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_notification_note
Description.
gform_notification_services
Description.
gform_notification_settings_fields
The gform_notification_settings_fields filter is used to customize the available settings on the Notification configuration page.
gform_notification_ui_settings
This filter has been deprecated. Use the gform_notification_settings_fields filter instead.
gform_notification_validation
This filter was removed in Gravity Forms v2.5 and is no longer supported. From Gravity Forms 2.5, notification settings and their validation callbacks are now defined via the gform_notification_settings_fields filter.
gform_order_label
Description.
gform_order_summary
Filters the markup of the order summary which appears on the Entry Detail, the {all_fields} merge tag and the {pricing_fields} merge tag.
gform_other_choice_value
Change the default “Other” placeholder text on Radio Button fields.
gform_page_loaded
Fires on multi-page forms with AJAX submission enabled when changing pages (i.e. going to the next or previous page).
gform_partialentries_post_EVENT
Perform a custom action when the partial entry has been saved or updated.