Field Filters
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_cleanup_target_dir
The gform_cleanup_target_dir filter is used to bypass functionality that relies on open_dir(), enabling support for the multi-file upload field on servers that don’t support open_dir(), such as WordPress VIP.
gform_column_input
This filter can be used to specify a different input type for a list field column. Currently supported field types are "select" (Drop Down) and "text" (Text Field).
gform_column_input_content
This filter can be used to modify the HTML content of the list field column input tag.
gform_consent_checked_indicator
Allows the Consent check mark image to be changed.
gform_consent_checked_indicator_markup
Allows the HTML markup of the Consent check box to be modified.
gform_counter_script
Note: This filter hook has been deprecated. Use the gform_text_counter_template hook instead.
gform_countries
This filter can be used to add or remove countries from the address field Country drop down.
gform_date_max_year
Use this filter to specify the maximum year displayed in the date field’s year drop down and the HTML5 max attribute for the date field’s year input.
gform_date_min_year
Use this filter to specify the minimum year displayed in the date field’s year drop down and the HTML5 min attribute for the date field’s year input.
gform_default_address_type
This filter can be used to override the default address type for new fields.