Skip to main content

Filter: gk/gravityimport/rejectable-email-patterns

Filters the list of rejectable email patterns used for pre-import validation.

This filter allows customization of the email patterns that will trigger warnings during import preview. Note: During actual import, Gravity Forms uses the gform_email_field_rejectable_values filter which may have form/field-specific customizations. This filter provides a way to customize the pre-import warning to match your GF configuration.

Parameters

NameTypeDescription
$rejectable_valuesarrayArray of email patterns to reject (e.g., '@example.com').

Since

Source

Defined in src/UI.php at line 621