Skip to content
The following guide shows how to setup an automatic daily email that includes a summary of payments processed through a...
When a form is marked as ‘inactive’ in Gravity Forms the form cannot be loaded in the front end. The...
By default Gravity Forms only allows you to set a field as required or not. You can control this to...
When a payment form in submitted in Gravity Forms a product info table is generated that includes a list of...
The following guide shows how to setup an automatic weekly email that includes a summary of site registrations completed through a...
Gravity Forms is a powerful plugin for WordPress that allows you to run and manage forms as simple as a...
The following guide shows how to setup an automatic task that will delete entries older than one month. This may...
The following code can be used to automatically change a product label when a form is submitted. In this example...
In Gravity Forms the ‘list’ field has a ‘add’ and ‘remove’ button to allow users to add and remove rows....
Gravity Forms comes with the ability for users to save and continue forms. By default forms will automatically expire after...
The following code will add “USD” to the end of the U.S. Dollar currency in Gravity Forms. For example, instead...
The following code shows how to make a checkbox field in Gravity Forms require all options be ticked if the field...
By default Gravity Forms only provides a merge tag for an entire list field. Depending on where it is used...
The PHP code below shows how to pre-fill a list field in Gravity Forms. This is done using the gform_field_value_$parameter_name...
The following function can be used to get a field’s value from an entry, using the label as the key....