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_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.
gform_conditional_logic_fields
The gform_conditional_logic_fields JavaScript filter in Gravity Forms allows filtering which fields are available for conditional logic and adding custom fields to conditional logic.
gform_conditional_logic_is_valid_flyout_click
This JavaScript filter allows add-ons to define certain clicks within the conditional logic flyout as valid to prevent the flyout from closing
gform_conditional_logic_operators
This JavaScript hook can be used to override the available conditional logic operators.
gform_conditional_logic_values_input
The gform_conditional_logic_values_input JavaScript filter in Gravity Forms allows filtering the input string provided for the conditional logic comparison value.
gform_config_data_$name
Allows users to filter the raw config data that eventually gets parsed into localized data.
gform_confirmation
This filter can be used to dynamically change the confirmation message or redirect URL for a form.