Help with CSV file + form checkboxes

  • 5 April 2016
  • 1 reply
  • 1 view

I have 4 checkboxes on my form, and I need a CSV file that will record the results of each of the 4 checkboxes in 4 separate columns. Right now, all the checkbox results are in one column. Any help most appreciated! 


1 reply

Userlevel 7
Badge +3

Hi KJ, 

I’m assuming the 4 checkboxes are part of the same field?

What you can do is put 4 hidden fields on your form. After that write a script to listen for events associated with these 4 checkboxes and assign values to these hidden fields. 

Best,
Hristian

Reply