Email validation
Last updated
Was this helpful?
Last updated
Was this helpful?
Add additional validations for emails;
Full, usable email address
By applying a regex pattern
May be browser or device-specific
In lib, to allow for adapting issues like the Chrome bug and changes in best practices, e.g. domain lengths, internationalization
Modes-
Default
International
etc.
Ability to disallow certain emails;
Role emails e.g. info@
Certain domains e.g. @foo.com
Config;
Site-wide / page-specific config option for forms handling
Form-level, field-level, or auto
Or suppress = none
Full, valid email verificaton