Hooks

Articles

gform_is_asynchronous_notifications_enabled

The gform_is_asynchronous_notifications_enabled filter can be used to enable or disable async (background) processing of notifications.

gform_is_delayed_pre_process_feed

This filter can be used to delay feed processing for Add-On Framework based add-ons.

gform_is_disabled_duplicate_submissions_protection

The gform_is_disabled_duplicate_submissions_protection filter allows you to disable duplicate submission protection.

gform_is_duplicate

This filter is executed during the validation of fields marked with the "No Duplicates" rule. Use this hook to specify a custom duplicate validation logic.

gform_is_encrypted_field

Determines if an entry field is stored encrypted.

gform_is_entry_detail

Allows the Entry Detail Edit page to be marked as a regular page, not an admin or edit page, or a regular page to be marked as an Entry Detail page.

gform_is_entry_detail_edit

Allows the “entry_detail_edit” page to be marked as a regular page, not an admin or edit page, or a regular page to be marked as an Entry Detail Edit page.

gform_is_entry_detail_view

Allows the “entry_detail” page to be marked as a regular page, not an admin or edit page, or a regular page to be marked as an Entry Detail page.

gform_is_feed_asynchronous

The gform_is_feed_asynchronous filter can be used to enable background processing of feeds. This prevents feed processing from impacting form submission performance.

gform_is_form_editor

Allows pages to be marked as Form Editor pages or not.