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_post_send_entry_note
The “gform_post_send_entry_note” action is triggered after an entry note is emailed, allowing further actions to be performed.
gform_post_set_field_property
The gform_post_set_field_property JavaScript action hook enables custom actions to be performed when a field property is set in the form editor.
gform_post_status_options
Description.
gform_post_submission
This hook has been deprecated. Please use gform_after_submission instead.
gform_post_subscription_started
This action is triggered after a new subscription is created, allowing further actions to be taken.
gform_post_update_entry
This hook fires after the entry has been updated via GFAPI::update_entry.
gform_post_update_entry_property
Runs after an entry property is updated.
gform_post_update_form_meta
Fires after form meta has been updated for any form.
gform_post_upgrade
This action hook fires after Gravity Forms has been fully upgraded, allowing further actions to be performed.
gform_postimage_caption
Description.