# Email Validator

The email validator answer type will validate the email entered by the respondent using a unique code that will be sent to the respondent and which is required to submit the survey if the email validator field has been set as required.

![](/files/-MBz5KOYtrlml2_2C1XK)

## 🔅Email Validator properties

You may configure additional email validator properties from the [answer properties](/form-management/form-designer/answers/answer-properties.md) page.

* **`From name`** confirmation email sender name.
* **`From email`** confirmation email sender.
* **`Subject`** confirmation email's subject.&#x20;
* **`Confirmation body`** confirmation email message body. The {**0}** tag is replaced at runtime by the validation code.&#x20;
* **`Expires after`** minutes after which  the authorization of the confirmation validation is not valid anymore and requires the respondent to re-confirm.

{% hint style="info" %}
In [multi-language](/form-management/form-designer/multi-language-forms.md) surveys you can define different properties for each of your language. To set the properties for a given language select the edition language in the designer and then update the properties. &#x20;
{% endhint %}


---

# 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://docs.ngsurvey.com/form-management/form-designer/answers/answer-types/email-validator.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.
