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_noconflict_scripts
Use this filter to “register” your script with Gravity Forms, making sure it gets enqueued in the form editor page when no-conflict mode is enabled.
gform_noconflict_styles
Use this filter to “register” your css file with Gravity Forms, making sure it gets enqueued in the form editor page when no-conflict mode is enabled.
gform_notes_avatar
The gform_notes_avatar filter can be used to filter the avatar used in the entry note.
gform_notification
Modify a notification object before it is converted into an email and sent.
gform_notification_actions
Description.
gform_notification_disable_from_warning
Allows the from address warning to be disabled.
gform_notification_email
This filter hook has been deprecated. Use the gform_notification hook instead.
gform_notification_enable_cc
The "gform_notification_enable_cc" filter allows the display of a carbon copy field when creating a notification.
gform_notification_events
Use this filter to add a new event to the drop down of available triggers for notifications. Additional code is necessary to handle the event since this hook only adds it to the Event drop down on the notifications admin page.
gform_notification_format
This filter has been deprecated since Gravity Forms version 1.7. Use the filter gform_notication instead.