Question
I'm using HTML input controls to create a user feedback form. So far I have not had much trouble in creating the form and having TWiki compile the responses in a table (I used the code for the
PluginAppraisal survey as an example). However, I cannot get it to display more than one response when I have a question where the user can select muliple checkboxes - that is, if you had checkboxes for dogs, cats, and fish, and the user selects dogs and cats, it will only display dogs, the first response. I've tried several different approaches but nothing seems to work. Can TWiki only process a single value for each input name?
Environment
--
PhilGochenour - 02 Oct 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
I discovered that using the
<select multiple="multiple">
HTML tag in conjunction with the %URLPARAM{"Other_Webs" multiple="on" separator=", "}% variable solves the problem.
--
PhilGochenour - 04 Oct 2006