# Email

User email-adress

### Properties

- Type: [Basic](https://docs.tsnocode.com/books/field-type-reference/chapter/basic)
- Groupable: No
- Show in lists: Yes
- Searchable: Yes
- Requires configuration: No

## <span class="mw-headline" id="bkmrk-user-interface-1">User interface</span>

<span class="mw-headline">Field in show mode</span>

[![image.png](https://docs.tsnocode.com/uploads/images/gallery/2025-07/scaled-1680-/yExz80cfXfFwFKOn-image.png)](https://docs.tsnocode.com/uploads/images/gallery/2025-07/yExz80cfXfFwFKOn-image.png)

<span class="mw-headline">Field in edit mode</span>

[![image.png](https://docs.tsnocode.com/uploads/images/gallery/2025-07/scaled-1680-/UltjU1pCatqK0oXu-image.png)](https://docs.tsnocode.com/uploads/images/gallery/2025-07/UltjU1pCatqK0oXu-image.png)

## <span class="mw-headline" id="bkmrk-configuration-1">Configuration</span>

No configuration required for this field type

To make the field enforce that the input is an actual email, add the following regex as validation.

```regex
^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
```

## <span class="mw-headline" id="bkmrk-developer-info-1">Developer info</span>

- FeltTypeID: 34
- SQL datatype: VARCHAR(80)
- Class name: FieldTextEmail