Multiple select dropdown is standard HTML see:
http://myuminfo.umanitoba.ca/help.asp?eve=2&fid=124
Your solution would be the best however there is no way in Zen to do that without ammending the code.......
Multiple select dropdown is standard HTML see:
http://myuminfo.umanitoba.ca/help.asp?eve=2&fid=124
Your solution would be the best however there is no way in Zen to do that without ammending the code.......
The example on the linked page doesn't allow multiple simultaneous selections, though the description indicates that it should. That page is a proprietary program, and really doesn't help with actually getting multiple select dropdowns.
"nTreePoint Web Forms is a powerful tool that allows non-technical users to create online forms and manage data without the need for programmers or custom development. "
w3schools.com mentions the "multiple" attribute for <select>, but it would need custom programming to use the result.
A little googling shows that this is largely an ASP special function, though I did see a PHP reference to constructing it: Multiple Select Drop Down Menu in PHP.