You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce new Service Tag form_builder.validator.email_checker
Introduce a new Validator "Email-Checker" for input fields (Also applies on emailAddress field within the double-opt-in form)
Workflow
This Validator iterates services tagged by form_builder.validator.email_checker. If a service returns false, a form error will be appended (This value is not a valid email address.).
form_builder.validator.email_checker
emailAddress
field within the double-opt-in form)Workflow
This Validator iterates services tagged by
form_builder.validator.email_checker
. If a service returnsfalse
, a form error will be appended (This value is not a valid email address.
).Extensions
Additional services
can be added easily on project level
The text was updated successfully, but these errors were encountered: