Hi,
I'm creating a form that is sent out to individuals who then use the email submit button to send it back to me. I save the data and open it as an excel spreadsheet. I am trying to get the variables to return in a certain order. For example, the tab order and hierarchy put the order of fields as follows: Tribe, Date, Group ID, Person ID. But when I receive the excel spreadsheet the variables are ordered as follows: Date, Group ID, Person ID, Tribe. Hierarchy and tab order are set correctly. What can I do to change this order so that the data I get back match up to the form I sent out?
Thanks!