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_not_found_message
This filer allows the default form message, “Oops! We could not locate your form.”, to be changed.
gform_form_notification_page
Filters the form to be used in the notification page.
gform_form_post_get_meta
Description.
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.