Hi.
I need to create a courses selection. Let me say, we can have 4-5 active courses at a time, the user may book one or more of them.
What is the best way to implement this logic in chronoforms?
Thank you very much
I need to create a courses selection. Let me say, we can have 4-5 active courses at a time, the user may book one or more of them.
What is the best way to implement this logic in chronoforms?
Thank you very much
checkboxes group for multi selection or a radio for single selection out of a group of choices!
Expanding the question. I have create a table for courses selection (input table).
After that I would like to create a CF7 form to allow the user to make multiple selection (checkboxes) taking the input values from the above input table.
The person may select multiple courses, as many as he like.
After submitting the form, CF7 must save so many records as many selected checkboxes, each record containing the user, the submission time, and one course name.
In other words I would like that each course selection cause the creation of an additional record in the output table.
What type of controls may I use, and where can I find documentation to learn?
thank you very much
After that I would like to create a CF7 form to allow the user to make multiple selection (checkboxes) taking the input values from the above input table.
The person may select multiple courses, as many as he like.
After submitting the form, CF7 must save so many records as many selected checkboxes, each record containing the user, the submission time, and one course name.
In other words I would like that each course selection cause the creation of an additional record in the output table.
What type of controls may I use, and where can I find documentation to learn?
thank you very much
you need a Loop action with "Save Data" inside!
This topic is locked and no more replies can be posted.