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_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
The "gform_order_label" filter in Gravity Forms is executed when displaying the "Order" heading on the entry detail page or when sending the order information via email.
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
Process your own custom code after the page is loaded in a multi-page form using the gform_page_loaded
gform_page_size_form_list
The gform_page_size_form_list filter allows developers to modify the number of forms displayed per page in the Forms list.
gform_partialentries_abort_save
The gform_partialentries_abort_save filter allows you to stop a partial entry from being saved or updated. You can use it to prevent partial entries from being saved under specific conditions during form processing.