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_status_options
The gform_post_status_options filter is used to add custom post statuses to the post status drop down on the Properties tab of post fields.
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
The gform_postimage_caption filter is executed when creating the Post Image Caption field and can be used to modify the "Caption" label.
gform_postimage_description
This filter is executed when creating the Post Image Description field and can be used to modify the “Description” label
gform_postimage_file
The gform_postimage_file filter is executed when creating the Post Image File field and can be used to modify the "File" label.