How To
Articles
Setting Up Conditional Payments in Gravity Forms
Sometimes, you may want to allow a user to choose between different payment options. In this article, we will show you how to do this using conditional logic.
Enabling the Gravity Forms Toolbar Menu
The Gravity Forms toolbar menu enables quick access to your most recent common actions. This article shows you how to enable it.
How To Change Your Language In Gravity Forms
By default, Gravity Forms is available in US English. However, with users on every continent, island, and corner of the globe, we have built Gravity Forms to support many different languages.
Using the Gravity Forms “gform_validation” Hook
The gform_valiation hook will allow you to modify how your forms are validated.
Dynamically Populating a Field
Using dynamic population in Gravity Forms allows you to dynamically populate a field with a value (or values depending on the field type).
How To Install Gravity Forms
Installing Gravity Forms follows the same process as most WordPress plugins. This guide covers installation using the WordPress dashboard and via FTP.
Gravity Forms Pricing: Adding Tax
This article explains how to configure calculation fields to add tax to your forms.
Dynamically Populating the Post Author
Learn how to dynamically populate the post author in Gravity Forms.
Dynamically Populating Drop Down, Radio Buttons or Multi-Select Fields
Being able to dynamically populate the values in a select (aka drop down) field is a common requirement for product selection forms, product option forms, or any form that requires earlier submissions to drive choices in a latter collection field.
Making a Field Read-Only
If you want to change a field to be read-only, you currently need to use JavaScript to do so. The following filter and function will help you accomplish this.