Checkbox
Checkbox
Is it possible to add script to a form that would result in unique data entries for checkbox selections -- for instance, I have a form with "Date" -- "Lecture ID -- "Students" with Students being a checkbox listing each student. The default creates a data row for each submission with all student names in the same cell. I would like to code it so that for each student checked a unique data row is created in the view. Is that possbile?