Email (for Alloy table)

Email field is for capturing the email address entries, ensuring that the data is both accurate and securely protected.

The Email field type is associated with columns of type Email in the Alloy table.

This field is designed to capture and validate email addresses, ensuring that the data entered is correctly formatted and meets specified requirements.

Default Value

Pre-fill the Email field with a standard email address or placeholder text when the form is first loaded.

This can guide users by providing an example or template email address format. If no default value is set, the field will be empty, and users will need to enter their email address.

Secured Field

This setting ensures that the email address entered is encrypted and securely stored, protecting personal information from unauthorized access.

When checked, this checkbox adds an extra layer of security to keep the email data confidential.

Validation

  • Min Length: This setting specifies the minimum number of characters required for the email address.

  • Max Length: This setting limits the maximum number of characters allowed in the Email field.

  • Content type : By specifying the content type as "Email," the form enforces proper email formatting (e.g., including an "@" symbol and a domain name) and rejects any input that doesn't match the expected email format, such as strings without a domain or special characters that are not allowed in email addresses.

Last updated