Hooks

Articles

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.

gform_is_hidden

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

gform_is_ssl

Use this filter to determine whether or not the current page is running securely (https). Useful when using a proxy server that does not set the $_SERVER['HTTPS'] variable.

gform_is_valid_conditional_logic_operator

Filter which checks whether the operator is valid. Allows custom operators to be validated.