ufo_hk - 2008-07-31

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