dachcom-digital/pimcore-formbuilder

Extended E-Mail Validator/Checker

Closed this issue · 0 comments

Q A
Bug report? no
Feature request? yes
BC Break report? no
RFC? no
  • 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.).

Extensions

Additional services

can be added easily on project level