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_page_gravityformszapier
The “gform_form_settings_page_gravityformszapier” action in the Gravity Forms Zapier Add-On is a hook name that is dynamically generated.
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.
gform_form_update_meta
Allows modifying the form meta before it is saved to the database.
gform_form_validation_errors
The gform_form_validation_errors filter enables the list of validation errors, which will be displayed at the top of the form, to be overridden.
gform_form_validation_errors_markup
The gform_form_validation_errors_markup filter enables the markup for the validation errors list, which is located at the top of the form, to be overridden.