Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Multi-Select Bug

Quote Reply
Multi-Select Bug
I added a new "Column Name" Called Languages

Column Type= Char

Column Size=255

Form Display=Computer Languages

Form Type=Multi-Select

Form Names= C

Perl

Php

Asp

VB

Form Values= C

Perl

Php

Asp

VB



and in the search template

I added

<select MULTIPLE SIZE="" name="Languages">
<option value=''>---
<option value="C">C
<option value="Perl">Perl
<option value="Php">Php
<option value="Asp">Asp
<option value="Vb">Vb
</select>


This doesn't work when I tried to search more than one selections, I tried to search on the forum for help but I couldn't find anything.



Smilesmile