# Email validation

## Future

Add additional validations for emails;

* Full, usable email address
  * By applying a regex pattern\
    <https://validate-emails.webflow.io/>
    * May be browser or device-specific&#x20;
    * In lib, to allow for adapting issues like the Chrome bug and changes in best practices, e.g. domain lengths, internationalization&#x20;
* &#x20;Modes-&#x20;
  * Default
  * International
  * etc.&#x20;
* Ability to disallow certain emails;
  * Role emails e.g. info@
  * Certain domains e.g. @foo.com&#x20;

Config;

* Site-wide / page-specific config option for forms handling
* Form-level, field-level, or auto&#x20;
* Or suppress = none
* Full, valid email verificaton&#x20;

<https://discourse.webflow.com/t/prevent-form-submission-when-email-validation-fails-using-api/278067?u=memetican>

<https://www.sygnal.com/lessons/validating-emails>

<https://emailregex.com/>

<https://discourse.webflow.com/t/invalid-emails-being-accepted-by-webflow-form/217606>

<https://codepen.io/memetican/pen/qBYXOQz/09b1024a826836445e620273f0f9b8f8>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://attr.sygnal.com/sa5-forms/form-data-validation/email-validation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
