Multiple Select - Insert Record
Allow a multi-select box when inserting records into a table on a dataform. Currently we have to use javascript to achieve this, however its very tedious.
Example of how it works: A user is registering for an event. They may want to select multiple sessions to attend at the event.... Session A, Session B and Session C are available.
The user could select Session A and Session C using a multi-select box, complete the registration, and then Submit the form, which will then insert the values into the tables.
Its important to know that this is a common occurrence and would prove to be very helpful to Caspio users. Using the javascript workaround is really not as smooth as simply choosing the field data type when we are creating the form.
-
Matt commented
Hi Rob, i have a similar idea titled "bulk insert" and using your example would allow a user to select multiple attendees and insert a session or multiple session records for the attendees.
Would you please point me to the javascript you are referring too.