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_require_login
The gform_require_login filter can be used to override the form requireLogin property; does the user need to be logged in to view and use the form?
gform_require_login_pre_download
This filter can be used to require the user be logged in before the download URL will allow access to the file.
gform_required_legend
The gform_required_legend filter enables the legend displayed at the bottom of the form header, which explains how required fields are indicated, to be overridden.
gform_reset_pre_conditional_logic_field_action
Description.
gform_rest_api_capability_delete_entries
Filters the capability required to delete entries via the REST API v2.
gform_rest_api_capability_delete_feeds
Filters the capability required to delete feeds via the REST API v2.
gform_rest_api_capability_delete_forms
Filters the capability required to delete forms via the REST API v2.
gform_rest_api_capability_get_entries
Filters the capability required to get entries via the REST API v2.
gform_rest_api_capability_get_feeds
Filters the capability required to get feeds via the REST API v2.
gform_rest_api_capability_get_forms
Filters the capability required to get form details via the REST API v2.