Hooks

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.