# Email Advanced

## General

An email input field with custom error message handling.

<figure><img src="/files/mEiGZiuPuJ12V4POGs6s" alt=""><figcaption></figcaption></figure>

### Label

Add the label for your email input field.

### Field Name

Specify the field name used to save the email input data.

### Placeholder

Set a placeholder text to guide the user on what to enter in the email field.

### Required

Enable this option to make the email input mandatory, preventing users from submitting the form without entering a valid email.

### Error Messages

**Error Message When Field Is Empty**

Set a custom error message to be displayed when the email field is left empty.

**Error Message When Email Is Invalid**

Set a custom error message to be displayed when the user enters an invalid email format.

***


---

# 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.flowappz.com/home/form-fields-pro/fields/email-advanced.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.
