I have a table for courses selection (input table). I would like to create a CF7 form to allow the user to make multiple selection (checkboxes) taking the input values from this 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 are, each record containing the user, the submission time, and one course name.
In other words I would like that each course checkbox 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 this setup?
thank you very much
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 are, each record containing the user, the submission time, and one course name.
In other words I would like that each course checkbox 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 this setup?
thank you very much