Articles

gform_disable_print_form_scripts

This filter can be used to prevent scripts and stylesheets being printed.

gform_authorizenet_transaction_pre_capture_setup_fee

This filter can be used to modify the transaction object for the subscription setup fee before it is sent to Authorize.net.

gform_user_registration_user_data_pre_populate

This filter can be used to modify a value before it is populated into the field.

Hiding the Form Title

This article about how to hide the form title in Gravity Forms outside of the shortcode, includes a CSS snippet on how to do it.

Save Button Field Type

The save type field, part of the Settings API, renders a submit type input.

The simple_condition Helper

The simple_condition() helper can be used when creating custom field types which allow the user to configure a simple conditional logic rule.

Checkbox and Select Field Type

The checkbox_and_select type field, part of the Settings API, renders a checkbox which when checked will display a drop down with additional options.

Dynamic Field Map Field Type

The dynamic_field_map type field, part of the Settings API, allows the user to map their form fields to custom keys (fields), e.g. fields you will be sending to a third-party service such as a CRM.

Field Map Field Type

The field_map type field, part of the Settings API, allows the user to map their form fields to fields you define, e.g. fields you will be sending to a third-party service such as a CRM.

Field Select Field Type

The field_select type field, part of the Settings API, allows the user to select a form field from a drop down.