...
An Email Field is a specialized input field designed for capturing and validating email addresses in forms and applications. This field ensures that the entered data follows the standard email format (e.g., username@example.com), typically providing built-in validation to check for common errors, such as missing the "@" symbol or a domain name
Attributes of
...
Email Field
Basic:
...
Attribute Name | Description | ||
---|---|---|---|
Label | A Label is the name shown to users and can come from various sources.
| ||
Place holder | This is a hint or example text displayed in an input field before the user enters their own data. | ||
Field Type | Here you can choose different field types.
| ||
Layout | Field Layout allows you to arrange fields on the form. | ||
Hide Space Checkbox | After marking this checkbox as true, it will crop the extra corners of the fields. |
...