Hooks
Actions
Learn about the different action hooks available within Gravity Forms. Action hooks allow you to perform additional actions when an event takes place.
Filters
Discover the different filter hooks available within Gravity Forms. You can use filters to modify data to better match your particular needs.
JavaScript
Find explanations of the various JavaScript hooks used by Gravity Forms and its add-ons.
Deprecated
Here you will find a listing of the action hooks in Gravity Forms which have been deprecated.
Articles
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_chosen_options
Allows the Chosen jQuery script settings for Drop Down and Multi-Select fields to be modified when the "Enable enhanced user interface" is checked.
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_cleverreach_field_value
https://docs.gravityforms.com/gform_slug_field_value/.
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.