Kuika's Email element allows users to enter data in a valid email address format. Unlike a standard Text Input element, the Email element ensures that the entered value is in a valid format by checking for the “@” and “.” characters. This ensures that the data received from the user is reliable in terms of accuracy.
Supported in both web and mobile applications.
Areas of Use
Email entry on login and sign-up screens
Forgot Password screens
Contact forms
Email verification steps
Notification preferences or newsletter subscriptions
Use Case – Login Screen
On a login screen, users must enter a valid email address to access the application. The Email element detects and alerts users if they enter an email address in an invalid format.
In the scenario:
The user arrives at the “Welcome Back” screen.
They enter their email address in the “Email Address” field.
The Email element performs format validation (example: name@domainname.com).
If the email is entered in the correct format, the user enters their password and clicks the “Login” button.
If the format is incorrect, a warning message is displayed and the login process is stopped.
Connecting the Data Source
Go to the Datasources module.
From the Tables area, create a new table using the + Add New Table option and name it UserAccountsEmail.