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_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.
gform_postimage_title
The gform_postimage_title filter is executed when creating the Post Image Title field and can be used to modify the "Title" label.
gform_postmark_send_email_failed
Triggered when an email from Gravity Forms fails to be passed to Postmark.
gform_ppcp_authorization_only
Allow authorization only transactions by preventing the capture request from being made after the entry has been saved.
gform_ppcp_card_style
The gform_ppcp_card_style filter can be used to customize the appearance of the credit card inputs for the PayPal Field, which is available with the PayPal Checkout Add-On