Hooks

Articles

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.

gform_notification_note

Use this filter to modify the note(s) being added to the entry detail page that contain the sending result of notifications for the entry.

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.