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_web_api_capability_post_entries
Filters the capability required to create entries via the web API.
gform_web_api_capability_post_forms
Filters the capability required to create forms via the web API.
gform_web_api_capability_put_entries
Filters the capability required to update entries via the web API.
gform_web_api_capability_put_entries_properties
Description.
gform_web_api_capability_put_forms
Filters the capability required to update forms via the web API.
gform_web_api_capability_put_forms_properties
Description.
gform_web_api_retrieve_form_totals
The gform_web_api_retrieve_form_totals filter allows the entries property (entry totals) to be omitted from the GET /forms (REST API v1) response.
gform_webapi_authentication_required_ENDPOINT
Description.
gform_webapi_ENDPOINT
Triggered when a particular Gravity Forms Web API endpoint is accessed.
gform_webapi_get_users_settings_page
Description.