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_pre_notification_activated
This action is triggered before a notification is activated, allowing further actions to be performed.
gform_pre_notification_deactivated
This action is triggered before a notification is deactivated, allowing further actions to be performed.
gform_pre_notification_deleted
Triggered before a notification is deleted.
gform_pre_notification_save
Description.
gform_pre_print_scripts
The gform_pre_print_scripts action hook is executed just before 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_pre_process
Allows filtering the Form Object before the form submission has begun processing.
gform_pre_process_async_notifications
The gform_pre_process_async_notifications action hook can be used to perform custom actions just before the background processor sends queued notifications.
gform_pre_render
The gform_pre_render filter is executed before the form is displayed and can be used to manipulate the Form Object prior to rendering the form.
gform_pre_replace_merge_tags
Description.
gform_pre_send_email
Use this filter to modify the email before a notification has been sent. You may also use this to prevent an email from being sent.