Kuika's Select Box element allows users to choose from specific options via a dropdown menu. Preferred in forms, registration screens, or dynamic filtering processes, the Select Box enables users to easily make selections from long data lists.
Supported in both web and mobile applications.
Areas of Use
Registration and application forms (e.g., city, department, category selection)
Payment or reservation processes (e.g., card, date, room type selection)
Dynamic data selection in reporting and analysis screens
Dependent dropdown menus in multi-step form structures
Usage Scenario – Festival Ticket Information Selection
In an event reservation application, users select the card, guest type, and date using the Select Box element when purchasing a “Music Fest 2024” ticket.
In the scenario:
The user opens the event page.
They select their registered card from the “Select Registered Card” field (e.g., MasterCard).
Then, they specify the ticket type from the “Select Guest Type” field (e.g., Standard, VIP, Premium).
Finally, they select the date they want to attend the event from the “Select Date” field.
Once the selections are complete, they click the “Buy a Ticket” button to complete the transaction.
In this scenario, each Select Box connects to a different data source to provide dynamic content.
Connecting Data Sources
Go to the Datasources module.
Click the “+” icon next to the Tables heading.
Name the table GuestTypes.
Create the following table.
Create a new action from the SQL Actions tab and name it SelectGuestType.