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_export_filename
Allows the form export filename to be changed.
gform_form_list_column_COLUMN_NAME
This filter enabled you to display custom column content on the Form List page after creating a custom column with the gform_form_list_columns filter.
gform_form_list_columns
Allows the column headers displayed on the Form List page to be modified.
gform_form_list_count
This filter allows the form list count array to be modified. This is useful when filtering the form count list.
gform_form_list_forms
This filter allows the forms displayed on the form listing page to be filtered.
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.