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_insert_bulk_choices_choice
The gform_insert_bulk_choices_choice filter allows each choice to be overridden as it is added to the field using the Bulk Add / Predefined Choices UI.
gform_ip_address
Allows the IP address of the client to be modified. Use this filter if the server is behind a proxy.
gform_is_asynchronous_notifications_enabled
The gform_is_asynchronous_notifications_enabled filter can be used to enable or disable async (background) processing of notifications.
gform_is_delayed_pre_process_feed
This filter can be used to delay feed processing for Add-On Framework based add-ons.
gform_is_disabled_duplicate_submissions_protection
The gform_is_disabled_duplicate_submissions_protection filter allows you to disable duplicate submission protection.
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.