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_form_pre_process_async_task
The gform_form_pre_process_async_task filter can be used to modify the form object before notifications and add-on feeds are processed by the async (background) task processor.
gform_form_pre_results
Use this filter to modify the Form object prior to calculating the results in the results admin page.
gform_form_pre_update_entry
Allows the form object to be modified before the entry is updated.
gform_form_saving_action_EVENT
This dynamic JavaScript action hook is used to fire events when a form is saved via AJAX in the form editor.
gform_form_saving_filter_EVENT
This dynamic JavaScript filter hook is used to filter event arguments when a form is saved via AJAX in the form editor.
gform_form_settings
This filter was deprecated in Gravity Forms v2.5. Form settings are now defined via the gform_form_settings_fields filter.
gform_form_settings_before_save
The gform_form_settings_before_save filter can be used to modify the form object before save on the Form Settings page.
gform_form_settings_fields
The gform_form_settings_fields filter is used to customize the available settings on the Form Settings page.
gform_form_settings_initial_values
The gform_form_settings_initial_values filter allows the initial values that will be populated into the form settings to be overridden.
gform_form_settings_menu
The gform_form_settings_menu filter can be used to add new or modify default menu items which appear in the form settings section menu.