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_is_delayed_pre_process_feed
This filter can be used to delay feed processing for Add-On Framework based add-ons.
gform_is_duplicate
This filter is executed during the validation of fields marked with the "No Duplicates" rule. Use this hook to specify a custom duplicate validation logic.
gform_is_encrypted_field
Determines if an entry field is stored encrypted.
gform_is_entry_detail
Allows the Entry Detail Edit page to be marked as a regular page, not an admin or edit page, or a regular page to be marked as an Entry Detail page.
gform_is_entry_detail_edit
Allows the “entry_detail_edit” page to be marked as a regular page, not an admin or edit page, or a regular page to be marked as an Entry Detail Edit page.
gform_is_entry_detail_view
Allows the “entry_detail” page to be marked as a regular page, not an admin or edit page, or a regular page to be marked as an Entry Detail page.
gform_is_feed_asynchronous
The gform_is_feed_asynchronous filter can be used to enable background processing of feeds. This prevents feed processing from impacting form submission performance.
gform_is_form_editor
Allows pages to be marked as Form Editor pages or not.
gform_is_hidden
The gformIsHidden filter allows developers to customize whether a field is hidden due to conditional logic.
gform_is_ssl
Description.