Kuika's Dynamic Input element allows users to select from predefined options or enter a new value. The element can be filled dynamically with a fixed list of values or by connecting to a data source. It also speeds up data entry with search and autocomplete features.
The Dynamic Input element can only be used in web applications.
Areas of Use
Creating form fields on registration or login screens
Selecting categories, cities, products, or departments
Entering email addresses or usernames
Search boxes linked to databases
Autocomplete systems
Dynamic dropdown lists
Use Case – User Registration Form
Dynamic Input elements are used on a user registration screen for users to enter their account information. The form has three fields: Username, Email Address, and Password.
In the scenario:
The user arrives at the “Create Account” screen.
They enter their username, email, and password into the Dynamic Input fields.
The input data is validated according to its type (e.g., email format or password length).
When the “Create Account” button is clicked, the information is saved to the database.
Connecting the Data Source
Go to the Datasources module.
Click on the Managed DB → Tables tab.
Create a new table using the + Add New Table option.