Skip to main content

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! 

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