Actions
Add-On Framework Actions
This section of documentation lists the action hooks available to the Add-On Framework in Gravity Forms.
Confirmations Actions
In this document section, you will find articles related to action hooks available for use with confirmations in Gravity Forms.
Editor Actions
In this documentation section, you will find action hooks which may be used to impact the Form Editor page in Gravity Forms.
Email Actions
In this documentation section, you will find a listing of action hooks available for use when events occur surrounding emails.
Entry Actions
In this documentation section, you will find action hooks that may be used to modify entry information or perform actions after an event has completed.
Entry Change Actions
In this documentation section, you will find action hooks that are triggered after changes are made to entries in Gravity Forms.
Entry Detail Actions
In this section of documentation, you will find hooks related to Entry Details, such as controlling the layout of the entry details page.
Entry List Actions
In this documentation section, you will find action hooks related to Entry Lists, such as gform_entries_first_column and gform_print_entry_content.
Entry Printing Actions
In this documentation section, you will find action hooks that may be used on the print entry screen.
Field Framework Actions
In this section of documentation, you will find action hooks in Gravity Forms related to the Field Framework.
Field Actions
In this section of documentation, you will find action hooks that may be used on Fields, such as ones that fire before and after field deletion.
Gravity Forms Core Actions
In this section of documentation, you will find action hooks related to Gravity Forms Core operations, such as loading the form.
Gravity Forms Settings Actions
A list of action hooks related to the Gravity Forms Settings page, such as the currency setting.
Form Actions
In this section of documentation, you will find action hooks related to the Form display itself, such as paging and viewing the form.
Form Activity Actions
In this section of documentation, you will find action hooks that fire with Form activity, such as forms trashed, restored, duplicated, or saved.
Form Settings Actions
A list of action hooks related to the Form Settings page in Gravity Forms.
Import/Export Actions
In this section of documentation, you will find action hooks related to importing forms and exporting entries.
Notifications Actions
In this section of documentation, you will find action hooks related to sending, deactivating, deleting, and activating Notifications.
Payment Actions
In this documentation section, you will find a listing of action hooks available in Gravity Forms for use with payment add-ons.
Post Field Actions
In this section of documentation, you will find action hooks related to Post Fields used in Gravity Forms.
Script/Style Actions
In this section of documentation, you will find action hooks used when interacting with scripts or styles in Gravity Forms.
Submission Actions
In this section of documentation, you will find action hooks used with the submission of a form in Gravity Forms.
System Status Actions
In this section of documentation, you will find action hooks related to the system status page and form updates in Gravity Forms.
Articles
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_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.
gform_post_process_async_notifications
The gform_post_process_async_notifications action hook can be used to perform custom actions just after the background processor sends queued notifications.
gform_post_process_feed
The gform_post_process_feed hook can be used to perform a custom action when a feed has been processed.