# Email

## **Specs**

| Label                     | Value                         |
| ------------------------- | ----------------------------- |
| **Version**               | 0.1.0 (updated on 2023-02-24) |
| **Developer**             | Labii Inc.                    |
| **Type**                  | Column                        |
| **Support Configuration** | No                            |
| **Support Readonly view** | Yes                           |
| **Support Edit view**     | Yes                           |
| **Support Form view**     | Yes                           |
| **Support Default value** | Yes                           |
| **Support Import**        | Yes                           |
| **Allow multiple**        | Yes                           |

## Overview

The Email widget is a user interface component designed to capture email addresses while simultaneously verifying their validity. It ensures that users input properly formatted email addresses by applying validation checks. This widget plays a crucial role in enhancing data quality and accuracy, making it particularly useful in applications where reliable email addresses are essential, such as registration forms, contact information collection, and subscription services.

## Use case

1. Use this widget to verify your lead email is valid.

## Configuration

No configuration required.

## Views

See the interface of the widget in the following views.

### **Readonly view**

Readonly view display the values of the column.

<figure><img src="https://github.com/Labii/labii-gitbook-docs/blob/gitbook/widgets/column-widgets/.gitbook/assets/widget-column-email-readonly.webp" alt=""><figcaption></figcaption></figure>

### **Edit view**

The Edit view is the interface that allows you to modify the value.

<figure><img src="https://github.com/Labii/labii-gitbook-docs/blob/gitbook/widgets/column-widgets/.gitbook/assets/widget-column-email-form.webp" alt=""><figcaption></figcaption></figure>

### **Form view**

The Form view is the field integrated into the add form for collecting values when creating a new record.

The Form view is same as the Edit view.

## Data

Each widget in Labii stores data in a unique manner; refer below to understand how data from this widget is stored.

### Data format

One email address

### **Default value**

The Default Value field within the column allows you to specify the default value when a record is created.

Default value shall be one email address.

### **Import value**

The Import Value is the value you need to include in your Excel table for it to be imported into Labii.

Import value shall be one email address.
