Kuika's Form element is one of the core components that enables users to enter data. Data can be directly connected to a data source (Data Table, Excel, Action, Custom) or collected through forms created from scratch. This allows you to easily implement functions such as registration, updating, and triggering actions in your applications.
The Form element is supported in both web and mobile applications.
Areas of Use
User registration and login forms,
Survey and information collection forms,
Department/role assignment processes,
Order, reservation, or request collection screens, etc.
Use Case – User Registration Form
In an application developing a membership system, the Form element is used to allow users to create accounts by entering their First Name, Last Name, Email, Password information.
Form Structure
The form typically includes the following fields:
Your Email → User's email address (required field).
Your Password → The user's password (required field).