Field Filters
Paragraph Field
Image Choice Fields
List Fields
Address Fields
In this documentation section, you will find filter hooks that are available for use to impact the address field in Gravity Forms.
Credit Card Fields
In this section of documentation, you will find filters used to disable the use of the Credit Card field or ones to update Credit Card data.
Date Fields
In this section of documentation, you will find filters used to control the minimum and maximum years that may be set for a Date Field.
Email Fields
In this section of documentation, you will find filters used to modify the Email Field information in Gravity Forms.
File Upload Fields
In this section of documentation, you will find filters used to control File Uploads in Gravity Forms.
Multiselect Fields
In this section of documentation, you will find a listing of hooks available for use in Gravity Forms with the Multiselect Field.
Name Fields
In this section of documentation, you will find a listing of filter hooks available for use in Gravity Forms with the Name field.
Other Fields
Covers all the hooks not related to any of the specifically listed categories.
Password Fields
In this section of documentation, you will find a listing of filter hooks available for use with the Gravity Forms' Password field.
Product Fields
In this section of documentation, you will find a listing of filter hooks available in Gravity Forms available for use with Product fields.
Articles
gform_disable_address_map_link
This filter is used to disable the inclusion of the “Map It” link when displaying the Address field value.
gform_dropdown_no_results_text
Use this filter to change the default “No Results” placeholder text on Drop Down fields.
gform_email
This filter is executed when creating the email field and can be used to modify the “Email” label.
gform_email_confirm
This filter is executed when creating the email field and can be used to modify the “Confirm Email” label.
gform_email_fields_notification_admin
Use the filter to add/remove fields from the list of email fields that get displayed on the Notification edit page when configuring the “Send To Field”.
gform_enable_credit_card_field
Use this filter to enable/disable the built-in credit card field.
gform_enable_password_field
Use this filter to enable the password field. Useful when developing add-ons that require a password field.
gform_encrypt_password
Allows basic encryption of the password field.
gform_field_choice_markup_pre_render
Allows you to override the default choice markup used when rendering radio button, checkbox and drop down field types.
gform_field_choices
This filter is executed when creating the checkbox items. It can be used to manipulate the item’s string before it gets added to the checkbox list.