Post Image CSS Selectors

Post Image CSS Selectors

ContainerInput

Container
example: post image container (div) – applies to all forms
1body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_post_image {border: 1px solid red;}
example: post image container (div) – applies just to form ID #1
1body .gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container_post_image {border: 1px solid red;}
example: post image container (div) – applies just to specific container (based on the unique parent element ID – replace 「XX_X」 with your actual element ID)
1body .gform_wrapper_1 .gform_body .gform_fields #field_XX_X.gfield .ginput_container_post_image {border: 1px solid red;}
Input
example: post image input (input) – applies to all forms
1body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_post_image input {border: 1px solid red;}
example: post image input (input) – applies just to form ID #1
1body .gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container_post_image input {border: 1px solid red;}
example: post image input (input) – applies just to specific container (based on the unique parent element ID – replace 「XX_X」 with your actual element ID)
1body .gform_wrapper_1 .gform_body .gform_fields #field_XX_X.gfield .ginput_container_post_image input {border: 1px solid red;}

Post Body

Post Body

SummaryCommon SettingsGeneral SettingsMerge TagsUsageModifiers

Note: This field cannot be used with the Advanced Post Creation Add-On. If utilizing that plugin for post creation, use a standard field type instead.

Summary

The Post Body field allows users to submit data that is then used as the body content for a post. It is available under the Post Fields section within the form editor. This field works in tandem with the other Post fields to allow you to create a form that can generate post data from a user submission. The Post Body field can be formatted using the Create Post content template option.

Post Body field as displayed in the Field Library

Post Body field as displayed in the Form Editor.

Common Settings

This field uses only common field settings for the Appearance and Advanced settings. For a description of each of the common field settings, refer to this article. Below you will find description of specialty settings that are particular to this field.

General Settings

SettingDescriptionPost StatusSelect the post status that will be used for the post that is created by the form entry. Available options are Draft, Pending Review, and Published.Default Post AuthorSelect the author that will be used for the post that is created by the form entry.Use logged in user as authorSets the post author to the WordPress user that submitted the form.Post CategorySelect the category that will be used for the post that is created by the form entry.Create Content TemplateCheck this option to format and insert form fields into the Post Content.

Merge Tags

For more information on the use of merge tags, refer to these articles.

Usage

{Field Name:2}

Modifiers

This merge tag does not have any modifiers.

Postmark Change Log

Postmark Change Log

1.3 | 2021-02-031.2 | 2020-09-241.1 | 2020-03-241.0 | 2018-11-05

1.3 | 2021-02-03

Fixed an issue where email tracking settings are not retained in Gravity Forms 2.5.
Fixed an issue where the email statistics are rendered in a difficult-to-read format.
Fixed a fatal error that can occur during form submission when the notifications are being processed.

1.2 | 2020-09-24

Added support for Gravity Forms 2.5.
Added support for sending result notes.
Added gform_postmark_send_email_failed hook to allow developers to take additional actions when email sending fails.
Fixed PHP 7.4 notices which occur when the API is initializing and the settings are empty.

1.1 | 2020-03-24

Added translations for Hebrew, Hindi, Japanese, and Turkish.
Improved logging to include notification id, notification name, and entry id in the sending process.

1.0 | 2018-11-05

It's all new!

Post Image Merge Tags

Post Image Merge Tags

ResultUsageNotesModifiers That Affect Image DisplayModifiers That Display Image Meta

Result

Will display either the uploaded post image, or metadata about the image.

Usage

{[Post Image Field Name]:[field_id]:[modifier]}

[Post Image Field Name] is a descriptive text for the field you are targeting, and can be anything you require. This is included for readability, and is not mandatory.[field_id] is the id of the post image field you are targeting, and is required. [modifier] options are noted below.

Notes

This merge tag is available for the Post Title and Post Body field』s Create Content Template setting.

Special drop downs will appear when a Post Image field is selected from the content template merge tag drop down. This special drop down will provide a variety of pre-built merge tags for displaying the post image at all size and alignment combinations. For example, {My Post Image:5:thumbnail:left}

Modifiers That Affect Image Display

These two modifiers affect the display of the post image.They can be combined. For example {Post Image:5:medium:left}

ModifierDescription:sizeAccepts all standard WordPress sizes: 「thumbnail」, 「medium」, 「large」 and 「full」. Additionally, any registered custom size is supported as well. For more information on adding custom image sizes, read this article.Example: {Post Image:5:medium}:alignmentSpecify how the post image should be aligned with its adjacent content. Support values are 「left」, 「right」 and 「centered」.Example: {Post Image:5:medium:left}

Modifiers That Display Image Meta

These modifiers will display meta about the post image, rather than the post image itself.

ModifierDescription:urlDisplay the URL to the specified size of the post image. This option nullifies the [alignment] option. {Post Image:5:url}:titleDisplay the title of the image from image metadata. {Post Image:5:title}:descriptionDisplay the description of the image from image metadata. {Post Image:5:description}:captionDisplay the caption of the image from image metadata. {Post Image:5:caption}

Post Category

Post Category

SummaryCommon SettingsGeneral SettingsAdvanced SettingsMerge TagsUsageModifiers

Note: This field cannot be used with the Advanced Post Creation Add-On. If utilizing that plugin for post creation, use a standard field type instead.

Summary

The Post Category field allows the user to select a category for the post they are creating. This field works in tandem with the other Post fields to allow you to create a form that can generate post data from a user submission. It is available under the Post Fields section within the form editor.

Post Category field as displayed in the Field Library

Post Category field as displayed in the Form Editor.

Common Settings

This field uses only common field settings for the Appearance settings. For a description of each of the common field settings, refer to this article. Below you will find description of specialty settings that are particular to this field.

General Settings

SettingDescriptionField TypeSelect the type of field from the available form fields.CategorySelect which categories are displayed. You can choose to display all of them or select individual ones.Display PlaceholderCheck this option to enable a default instructional option as the first option rather than having the first option default to a category.

Advanced Settings

SettingDescriptionVisibilitySelect the visibility for this field. Field visibility set to Everyone will be visible by the user submitting the form. Form field visibility set to Admin Only will only be visible within the Gravity Forms administration tool. Setting a field to Admin Only is useful for creating fields that can be used to set a status or priority level on submitted entries. See Note.

Note: This is especially useful for the Category field as it allows the admin to specify a default category for posts created through this form without this field being visible to users.

Merge Tags

For more information on the use of merge tags, refer to these articles.

Usage

{Field Name:2}

Modifiers

This merge tag does not have any modifiers.

PayPal Checkout Add-On Change Log

PayPal Checkout Add-On Change Log

2.2.12.2 | 2021-15-092.1 | 2021-05-262.0 | 2020-04-141.4 | 2020-09-241.3 | 2020-08-051.2 | 2020-07-151.1 | 2020-05-061.0 | 2020-03-30

2.2.1

Fixed an issue where orders failed to be processed when the order currency is different than the default Gravity Forms currency.
Fixed an issue where smart buttons do not function correctly when the user switches between a one-time and a subscription feed.
Fixed typo in error message
Updated the alerts to use the new alert styles.

2.2 | 2021-15-09

Added a new setting to the PayPal field's appearance tab to show or hide the PayPal credit messages.
Fixed an issue that prevents transactions from processing if the product name or description exceeds the character limit.
Fixed an issue which causes the Dashboard to break if the PayPal API has a Server Error.

2.1 | 2021-05-26

Added the gform_ppcp_discount_total filter that allows modifying the discount total value before sending it to PayPal.
Fixed an issue that prevents forms from submitting properly when enabled with Ajax.
Fixed an issue that causes duplicate PayPal smart buttons to appear on multi-page forms using Ajax.
Fixed the do not prompt buyer to include a shipping address setting to work correctly with forms configured with a subscription feed.
Fixed an issue that causes a notice about misconfigured subscription settings to display in other add-on settings.
Fixed an issue where the PayPal credit button incorrectly appears as a payment option for subscriptions.
Fixed an issue that causes PayPal Checkout to generate PHP notices when saving feeds for other add-ons.
Fixed an issue where the submit button does not display if a PayPal feed is active.
Fixed an issue that prevents form editors from creating test submissions in preview with forms that have a subscription feed.

2.0 | 2020-04-14

Added support for subscriptions.
Added support for authorizing a payment and capturing later for products and services.
Added a refund button to the entry detail page to allow payments to be refunded in full from Gravity Forms.
Added support for setup fees within subscription feeds.
Added support for trial periods within subscription feeds.
Added logging statements.
Updated the name of the add-on from PayPal Commerce Platform to PayPal Checkout.
Updated the menu and form editor icons to use Gravity Forms 2.5's font icon set instead of an svg.
Updated error messages displayed when insufficient address details are sent to PayPal.
Updated error message displayed when PayPal cannot locate an order ID.
Updated PayPal payment buttons to abide by conditional logic rules set on the form submit button.
Updated the PayPal field appearance tab in the form editor so that smart button previews fully display in horizontal layouts regardless of their selected size.
Fixed the PayPal field so it renders when product quantity is disabled in Gravity Forms 2.5+.
Fixed some javascript errors that sometimes occur when rendering the PayPal Smart Buttons.
Fixed an issue that allows the credit card field to display with a subscription feed if it is the only payment method.
Fixed display issues with the PayPal credit card field in the editor when used in combination with the legacy markup setting.
Fixed an issue where changes to the Cardholder Name settings in the PayPal field are not being retained on save.
Fixed an issue where field settings won't expand in the form editor if the add-on is not connected to PayPal.
Fixed an issue that causes form submissions to fail when a product price is calculated using merge tags.
Fixed an issue with locating entries by transaction ID when processing some webhook events.
Fixed an issue where the credit card field was displaying in multi-page forms when PayPal Checkout is selected as the payment option.
Fixed an issue that prevented submissions from processing when a form contains an invisible recaptcha.
Fixed a layout issue when using multi-page forms with PayPal Checkout.
Fixed the layout of the smart button options in the appearance tab of the PayPal field in Gravity Forms 2.5.

1.4 | 2020-09-24

Added support for Gravity Forms 2.5.
Fixed an issue where order total is not calculated accurately when coupons are applied.

1.3 | 2020-08-05

Added support for WordPress 5.5.
Fixed a JavaScript error thrown in WordPress 5.5.
Fixed multiple layout issues with the Smart Payment Buttons on multi-page forms.
Fixed an issue where an error message is not displayed when checkout fails.

1.2 | 2020-07-15

Added security enhancements.
Added accessibility enhancements that announcing supported credit cards and card errors to screen readers.
Fixed an JS error thrown in forms without any conditional logic field set.
Fixed an payment error when pricing fields have conditional logic based on non-pricing fields.
Added a warning message that disables the Connect to PayPal button for sites on localhost.

1.1 | 2020-05-06

Fixed an issue where Euro users cannot submit payments successfully.
Fixed Smart Payment Buttons not working with authorize intent orders.
Fixed an issue where the PayPal field contains an unclosed span tag in certain PayPal field and form layout configurations.
Fixed an issue where newly registered PayPal accounts cannot see their accounts are connected and their status.

1.0 | 2020-03-30

It's all new!

Number Field CSS Selectors

Number Field CSS Selectors

ContainerInputRange Instructions

Container
example: number field container – applies to all forms (div)
1body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_number {border: 1px solid red}
example: number field container – applies just to form ID #1 (div)
1body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container_number {border: 1px solid red}
example: number field container – applies just to specific container (based on the unique parent element ID – replace 「XX_X」 with your actual element ID) (div)
1body #gform_wrapper_1 .gform_body .gform_fields #field_XX_X.gfield .ginput_container_number {border: 1px solid red}
Input
example: number input – applies to all forms (input)
1body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_number input {color: red}
example: number field input – applies just to form ID #1 (input)
1body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container_number input {color: red}
example: number field input – applies just to specific container (based on the unique parent element ID – replace 「XX_X」 with your actual element ID) (input)
1body #gform_wrapper_1 .gform_body .gform_fields #field_XX_X.gfield .ginput_container_number input {color: red}
Range Instructions
example: Instructions for range allowed – applies to all forms (input)
1body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_number div.instruction {color: red}
example: Instructions for range allowed – applies just to form ID #1 (input)
1body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container_number div.instruction {color: red}
example: Instructions for range allowed – applies just to specific container (based on the unique parent element ID – replace 「XX_X」 with your actual element ID) (input)
1body #gform_wrapper_1 .gform_body .gform_fields #field_XX_X.gfield .ginput_container_number div.instruction {color: red}

Pipe

Pipe

SummaryCommon SettingsSpecialty Field SettingsScreenshotsMerge TagsUsageModifiers

Summary

The Pipe Recorder field is added to your available Gravity Forms field list only if you have installed the official Gravity Forms Pipe Add-On. This document describes the special field settings unique to this field. For information on the more common field setting that are also available for this field, refer to this guide.

Pipe field as displayed in the Field Library

Pipe field as displayed in the Form Editor.

Common Settings

This field uses only common field settings for the Appearance and Advanced settings. For a description of each of the common field settings, refer to this article. Below you will find description of specialty settings that are particular to this field.

Specialty Field Settings

All these settings are found under the General settings tab for the field.

SettingDescriptionVideo ResolutionThe resolution that videos should be recorded in.WidthThe width of the video recorder field.HeightThe height of the video recorder field.Max Recording TimeThe maximum length that a recording can be.Add bottom menuInclude the bottom menu within the recording window.Autosave videosIf videos should automatically be saved upon submission.Record audio onlyOnly record audio and not video while recording.Mirror image while recordingShows the webcam flipped horizontally while recording. Text shown to the webcam can not be read. The final recording will not be flipped regardless of this setting,

Screenshots

Merge Tags

For more information on the use of merge tags, refer to these articles.

Usage

{Field Name:2}

Modifiers

This merge tag does not have any modifiers.

Paragraph Text

Paragraph Text

SummaryCommon SettingsAdvanced SettingsMerge TagsUsageModifiers

Summary

The Paragraph Text field allows a user to enter text in a textarea form field. It is available under the Standard Fields section within the form editor.

Paragraph Text field as displayed in the Field Library

Paragraph Text field as displayed in the Form Editor.

Common Settings

This field uses only common field settings for the General and Appearance settings. For a description of each of the common field settings, refer to this article. Below you will find description of specialty settings that are particular to this field.

Advanced Settings

SettingDescriptionUse the Rich Text EditorCheck this option to enable the rich text editor on this field. Note that if you already have entry data associated with this field, you will not be able to enable the rich text editor.

Merge Tags

For more information on the use of merge tags, refer to these articles.

Usage

{Field Name:2}

Modifiers

This merge tag does not have any modifiers.