Ok, this is a little difficult to describe but I'll try.
So the form is for a musical competition, and one competitor may want to register multiple classes. For the export, it would be best if the one form submission, whereby the competitor can input details for say, two classes, could generate duplicate lines in the CSV export. So something like:
James | 555-1234 | Class 2 | Beethoven
James | 555-1234 | Class 3 | Mozart
The name and phone number above would be entered on the form only once, but duplicated somehow.
Is this possible? Or do I have to require competitors to submit a form for every class entry?