Credit Card
Introduction Payment add-ons such as Authorize.Net, PayPal Payments Pro, and Stripe enable the Credit Card field in Gravity Forms. This field appears in the Pricing Fields toolbox of the Form Editor....
View ArticleTotal
Introduction The Total field specifies where the order total should be displayed in the form. As the user selects products and options, the total will automatically update. It is available under the...
View ArticleSave and Continue
Save and Continue functionality is a critical feature that many individuals rely on when building large forms. By utilizing Save and Continue functionality, users are able to save their place and come...
View ArticleNotification Settings
Within the Gravity Forms notification settings, there are various different options that can be configured. This article serves as a reference for the various settings available when configuring...
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 ArticleAbout Legacy Markup
Definition Legacy markup is a term we use to identify the markup code and practices that existed in Gravity Forms prior to version 2.5 of our core product. Purpose Gravity Forms 2.5 was a major...
View ArticleChanges to markup in Gravity Forms 2.5
Introduction Gravity Forms 2.5 introduced significant updates to the markup used. Changes were made to modernize and improve the markup for better standardization and accessibility, as well as...
View ArticleCSS Element Naming Structure
Gravity Forms are structured so that every element can be targeted and manipulated via CSS. Most elements share reusable class names to affect styling, and many elements have unique ID’s that you can...
View ArticleList of CSS Ready Classes
Introduction This article contains a reference list of the available CSS ready classes in Gravity Forms core. Each of the classes here are expanded upon in our detailed CSS Ready Classes article....
View ArticleExample: Changing Font Sizes
Introduction By default, Gravity Forms will utilize your current theme’s stying, but in some cases, you may need to change your font size that your theme defines. This article shows a few simple...
View ArticleExample: Changing Your Form’s Background Color
Example modifying all forms This will change the background color for all forms by using the form wrapper element body .gform_wrapper { background-color: yellow; } Example modifying one form This will...
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 Article{all_quiz_results} Merge Tag
Summary Displays the results of all Quiz Fields that exist in the form. Usage {all_quiz_results} Notes Quiz and Survey related merge tags can only be used in confirmations and notifications.For more...
View Article{quiz_grade} Merge Tag
Summary Displays the Grade the user achieved based on Letter Grading configured in the Quiz Settings. Usage {quiz_grade} Notes Quiz and Survey related merge tags can only be used in confirmations and...
View Article{quiz_percent} Merge Tag
Summary Displays the percentage score the user achieved. This is affected by weighted scoring. Usage {quiz_percent} Notes Quiz and Survey related merge tags can only be used in confirmations and...
View Article{quiz} Merge Tag
Summary Displays the specific quiz question along with your answer and the correct answer Usage {quiz:id=x} Modifiers :id The ID of the specific quiz question Notes Quiz and Survey related merge tags...
View Article{survey_total_score} Merge Tag
Summary Displays the total score for the survey. Scoring must be enabled on the survey field for it to be tallied. Usage {survey_total_score} Notes Quiz and Survey related merge tags can only be used...
View Article{score} Merge Tag
Summary Displays the score for a specific survey question. Scoring must be enabled on the survey field for it to be tallied. Usage {score:id=x} Modifiers :id The ID of the specific survey question...
View ArticleSubmit Button Settings
This feature is part of Gravity Forms 2.6 and newer. See our release post for more information. Summary The Submit Button allows a user to trigger submission of the form. The submit button is...
View ArticleEdit Choices flyout
This feature is part of Gravity Forms 2.6 and newer. See our release post for more information. Important: If your choice labels contain any HTML or special characters such as ampersands, commas,...
View Article