Hi there,
I have a registration form. A single respondent will enter the the following data: name_1, email_1, an ID code, name_2, email_2, name_3, email_3.
Instead of this being stored as a single row. I need this to be stored as multiple rows.
row 1: name_1, email_1, and ID code, name_2, email_2
row 2: name_1, email_1, and ID code, name_3, email_3
How can I get this done?