Hooks

Articles

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_feed_error_retryable

The gform_is_feed_error_retryable filter determines whether a feed should remain in the queue for another processing attempt after encountering an error.

gform_is_form_editor

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

gform_is_hidden

The gformIsHidden filter allows developers to customize whether a field is hidden due to conditional logic.