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_after_submission
Use this hook to perform actions after the entry has been created (i.e. feed data to third party applications).
gform_after_update_entry
This hook fires after the entry has been updated via the entry detail page.
gform_agilecrm_field_value
https://docs.gravityforms.com/gform_slug_field_value/.
gform_agilecrm_tags
This filter is used to dynamically alter the tags to be assigned to a contact in Agile CRM.
gform_ajax_spinner_url
This filter can be used to change the default AJAX spinner image.
gform_akismet_enabled
This filter allows default Akismet integration to be disabled globally or per form.
gform_akismet_fields
Use this filter to specify the fields that are sent to the Akismet anti-spam service.
gform_allow_async_feed_reprocessing
The gform_allow_async_feed_reprocessing filter enables the reprocessing feeds that have already been processed via background tasks.
gform_allowable_tags
Use this filter to enable HTML or specify accepted HTML tags in submitted entry data.
gform_append_field_choice_option
This filter can be used to add custom options for each choice.