Need to do multiple select on form
-
Hi,
I just installed your form plugin, and it is working great! I do have one small problem. I want to set up a ‘select’ field where a user can select multiple options from a list. I do not want to use check boxes or radio buttons because this is a big list, so I want it contained to something that you can scroll through to select options. When I coded a form myself in the past, this was easy. For my opening tag for the select field, I was able to use the following code:
<select size=”6″ name=”product” multiple=”yes” >
This allowed me to display 6 lines of the list and allow the user to hold control to select multiple options.
How can I do this with your plugin? Is there a place I can simply drop this code into?
To see where I am trying to do this, you can go here: https://204.186.97.32/contact-us/
It is the second field from the bottom in the contact form.
Thanks!
- The topic ‘Need to do multiple select on form’ is closed to new replies.