Enabling Conditional Logic For A Field
Introduction The Enable Conditional Logic option in the field settings allows you to create rules to dynamically display or hide the field based on values from another field. In order to use...
View ArticleAdding a Form Using Blocks
NOTE: This article refers specifically to the block-based page editor environment released with WordPress 5.0. For information on embedding a form using the classic WordPress editor, see this article....
View ArticleExample: Changing Your Form’s Background Color
Where To Put Your CSS Snippet Refer to the article linked here for advice on where you can add this snippet](https://docs.gravityforms.com/where-to-put-your-custom-css/). Example modifying all Forms...
View ArticleAdding a Form Using the Theme File
Summary In this article, we show how to add a form to a page or post using the theme file. Function Call If you would like to call a form from within a WordPress theme file, you may do so using a...
View ArticleAdding a Form Using the Classic Editor
Summary In this article, we show how to add a form to a page or post using the classic editor. Page/Post Editor Add Form Button From the Page or Post Editor, click the Add Form button in the...
View ArticlePost Image Merge Tags
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...
View ArticlePersonal Data Settings
Introduction Added in Gravity Forms version 2.4, the Personal Data tab of the Form Settings provides integration with the WordPress Export Personal Data and Erase Personal Data tools. Data for both...
View ArticleCustom Field Merge Tags
Summary Display a custom field value from the post/page the form was submitted from. Usage {custom_field:[fieldname]} Example {custom_field:author_address} {custom_field:zipcode} The post Custom Field...
View ArticleWhere to Put Your Custom CSS
Use the WordPress Customizer WordPress includes a tool to enable you to tailor the presentation of your theme. Included in that, is a way to add custom CSS code. Do the following: From your site admin...
View ArticleField Merge Tags
Summary Displays the value submitted for the field with the specified field_id. If no value was submitted, the merge tag will not display anything. Adding optional modifiers are also available to...
View ArticleSquare Field
Pre-Requisites This field is only available in the Form Editor if you have installed the official Gravity Forms Square Add-On Introduction The Square field provides Credit Card and Cardholer input...
View ArticleCredit Card Field
Container example: credit card field container (div) – applies to all forms body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_creditcard {border: 1px solid red;} example: credit...
View ArticleProduct Field
Container example: product field container (div) – applies to all forms body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_singleproduct {border: 1px solid red;} example: product...
View ArticleQuantity Field
Container example: quantity field container (div) – applies to all forms body .gform_wrapper .gform_body .gform_fields .gfield_price .ginput_container_number {border: 1px solid red;} example: quantity...
View ArticleOption Field
Container example: option field container (div) – applies to all forms body .gform_wrapper .gform_body .gform_fields .gfield_price .ginput_container_select {border: 1px solid red;} example: option...
View ArticleShipping Field
Container example: shipping field container (div) – applies to all forms body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_singleshipping {border: 1px solid red;} example:...
View ArticleTotal Field
Container example: total field container (div) – applies to all forms body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_total {border: 1px solid red;} example: total field...
View ArticlePayPal Field
Introduction The PayPal Field will appear in the Pricing Fields group, in the Form Editor, when the Gravity Forms PayPal Commerce Platform Add-On is installed and active. Note that a pre-configured...
View ArticleMollie Field
Introduction The Mollie field provides Credit Card and Cardholder input fields tied to integrating with the Mollie payment service. If you have another Payment Gateway add-on installed and active, the...
View Article2Checkout Field
Pre-Requisites This field is only available in the Form Editor if you have installed the official Gravity Forms 2Checkout Add-On Introduction The 2Checkout field provides Credit Card input fields tied...
View Article