I want to add the option for add multiple to the form,

Permalink
so you can either have a standard select dropdown or an option that allows multiple options to be selected?

Would this be a simple task? Or am i opening a can of worms?

Ta

BHWW
 
Fernandos replied on at Permalink Reply
Fernandos
It's abolutely possible:
Just create a custom template for the block's view and append the form's name by "[]" to allow saving multiple answers in the array then you can add the word multiple to allow selection of multiple choices.

Here's an example:
<select name="questions[] " size="5" multiple>


You should definately check this example out to see how the select tag works when you give it the size attribute:http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select_siz...