I've modified a form to allow selection of multiple options in a drop down by adding the parameter "multiple" to the form field.
I would now like to have the multiple selections output to a CSV file. Output to CSV file works fine if only one choice is allowed, but when more than one is selectable only the first choice is output.
Any suggestions on how to output all selected choices to a CSV file?
Thanks in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've modified a form to allow selection of multiple options in a drop down by adding the parameter "multiple" to the form field.
I would now like to have the multiple selections output to a CSV file. Output to CSV file works fine if only one choice is allowed, but when more than one is selectable only the first choice is output.
Any suggestions on how to output all selected choices to a CSV file?
Thanks in advance