Actions
Add-On Framework
This section of documentation lists the action hooks available to the Add-On Framework in Gravity Forms.
Confirmations
In this document section, you will find articles related to action hooks available for use with confirmations in Gravity Forms.
Editor
In this documentation section, you will find action hooks which may be used to impact the Form Editor page in Gravity Forms.
In this documentation section, you will find a listing of action hooks available for use when events occur surrounding emails.
Entries
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 Changes
In this documentation section, you will find action hooks that are triggered after changes are made to entries in Gravity Forms.
Entry Details
In this section of documentation, you will find hooks related to Entry Details, such as controlling the layout of the entry details page.
Entry Lists
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
In this documentation section, you will find action hooks that may be used on the print entry screen.
Field Framework
In this section of documentation, you will find action hooks in Gravity Forms related to the Field Framework.
Fields
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
In this section of documentation, you will find action hooks related to Gravity Forms Core operations, such as loading the form.
Gravity Forms Settings
A list of action hooks related to the Gravity Forms Settings page, such as the currency setting.
Forms
In this section of documentation, you will find action hooks related to the Form display itself, such as paging and viewing the form.
Form 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
A list of action hooks related to the Form Settings page in Gravity Forms.
Import/Export
In this section of documentation, you will find action hooks related to importing forms and exporting entries.
Notifications
In this section of documentation, you will find action hooks related to sending, deactivating, deleting, and activating Notifications.
Payments
In this documentation section, you will find a listing of action hooks available in Gravity Forms for use with payment add-ons.
Post Fields
In this section of documentation, you will find action hooks related to Post Fields used in Gravity Forms.
Scripts/Styles
In this section of documentation, you will find action hooks used when interacting with scripts or styles in Gravity Forms.
Submission
In this section of documentation, you will find action hooks used with the submission of a form in Gravity Forms.
System Status
In this section of documentation, you will find action hooks related to the system status page and form updates in Gravity Forms.
Articles
gform_{$SHORT_SLUG}_error
This action hook can be used to perform a custom action when an Add-On Framework based add-on experiences an error when processing a feed.
gform_action_pre_payment_callback
Runs a function after payment, before the callback occurs.
gform_addon_app_PAGE_TAB
This action fires when a page and tab is accessed within Gravity Forms. It is typically used to add content to custom settings tabs.
gform_after_check_update
Runs a function after Gravity Forms has checked for an update.
gform_after_create_post
This action hook is executed after the post has been created. It only applies to forms that have Post Fields.
gform_after_delete_field
Use this action hook to perform actions right after a field is deleted from a form.
gform_after_delete_form
Use this action hook to perform actions right after a form is deleted.
gform_after_email
Use this hook to perform actions after a user or admin notification has been sent.
gform_after_save_form
Use this action hook to perform actions right after a form is created or updated.
gform_after_submission
Use this hook to perform actions after the entry has been created (i.e. feed data to third party applications).