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_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.
gform_form_settings_page_gravityformszapier
Description.
gform_form_settings_page_VIEW
Adds custom pages (i.e. “views”) to the Form Settings section.
gform_form_summary
Filters through and allows modification of the forms displayed in the Dashboard Forms widget.
gform_form_switcher_forms
Filters through and allows modification of the forms displayed in the Form Switcher dropdown.
gform_form_tag
This filter is executed when the form is displayed and can be used to completely change the form tag (i.e. <form method="post">).
gform_form_theme_slug
The gform_form_theme_slug filter can be used to filter the form theme.
gform_form_trash_link
This filter was removed in Gravity Forms v2.5 with no replacement.