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_preview_header
The “gform_preview_header” action is triggered when the header of the form preview page loads, allowing further actions to be done.
gform_preview_init
The “gform_preview_init” action is triggered when the form preview page loads, allowing further actions to be done.
gform_print_entry_content
Runs when entries are being displayed and allows a custom display to be used for the entry.
gform_print_entry_disable_auto_print
Disable auto-print when the Print Entry view has fully loaded.
gform_print_entry_footer
This action hook can be used to add a custom footer to the print entry screen.
gform_print_entry_header
This action hook can be used to add a custom header to the print entry screen.
gform_print_scripts
The gform_print_scripts action hook is executed just after the scripts are printed to the page for the form widget or when a form embed is processed in a custom location using GFCommon::gform_do_shortcode().
gform_print_styles
Use this filter to add custom stylesheets to the print entry screen.
gform_register_init_scripts
Tap into Gravity Forms “initialization scripts” functionality and register your own scripts to run inline with Gravity Forms.
gform_send_email_failed
Triggered when an email from Gravity Forms fails to send.