Forms

J

Jane

I have set up my form to save results to a .csv file. The first 14 questions
are working fine, but the results for question 14-36 are wrapping and not
mapping properly. When I import to excel all the results are showing under
rows 1-13.

Please help!
 
J

Jim

Just a guess, but if your form has multi-line text areas instead of
single-line text boxes, users can insert RETURN characters into the data.

Commas in single-line boxes might cause a problem, too. Can you use
tab-separated instead? Excel will still be able to import with no problem.
 
Top