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_note_added
This action is triggered after a note is added to an entry, allowing further actions to be performed.
gform_post_notification_save
Fires after the notification is successfully saved.
gform_post_paging
Use this hook to perform actions after going to the next or previous page on a multi-page form.
gform_post_payment_action
This action hook can be used to perform custom actions after processing of payment events.
gform_post_payment_callback
Triggers right after the payment callback occurs when payments are processed.
gform_post_payment_completed
Triggers when a payment has been completed through the form.
gform_post_payment_refunded
This action is triggered after a payment is refunded, allowing further actions to be taken.
gform_post_payment_status
This hook is fired after an entry’s payment status has been updated and the payment was for the PayPal Standard Add-on.
gform_post_payment_transaction
Triggered after a payment transaction is created within Gravity Forms.
gform_post_process
This action fires after the form processing is completed, allowing further actions to be performed.