Applying to multiple courses

How to save multiple course selections as separate records in ChronoForms.

Overview

The issue arises when a user selects multiple courses from a form, but the system needs to create an individual database record for each selected course.
Use the Loop action in ChronoForms to iterate through the selected courses, with a Save Data action inside the loop to save each course as a distinct record.

Answered
ChronoForms v7
ma marzolo 05 Aug, 2020
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
Max_admin Max_admin 06 Aug, 2020
Answer
checkboxes group for multi selection or a radio for single selection out of a group of choices!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
ma marzolo 18 Aug, 2020
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
Max_admin Max_admin 22 Sep, 2020
you need a Loop action with "Save Data" inside!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.