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_card_number
This filter is executed when creating the credit card field and can be used to modify the “Card Number” label.
gform_card_security_code
This filter is executed when creating the credit card field and can be used to modify the “Security Code” label.
gform_checkbox_deselect_all_label
This filter allows the “Deselect All” label for the Checkboxes field to be modified.
gform_checkbox_limit_exact_message
Allows to modify the message displayed when a checkbox is limited to an number of choices.
gform_checkbox_limit_max_message
Allows to modify the message displayed when a checkbox is limited to a maximum number of choices.
gform_checkbox_limit_min_message
Allows to modify the message displayed when a checkbox is limited to a minimum number of choices.
gform_checkbox_limit_range_message
The filter allows to modify the message displayed when a checkbox is limited to a maximum number of entries.
gform_checkbox_select_all_label
This filter allows the “Select All” label for the Checkboxes field to be modified.
gform_choices_setting_title
Description.
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.