Mutiple Selects Problem
Posted: Thu Mar 11, 2004 1:46 pm
I am having trouble getting a multiselect to work in a form that sends the results via email. I can get it to select multiple line items BUT it only sends the top one for some reason. Any idea why?
Code: Select all
select name="WebinarDate" class="multiselect" MULTIPLE size="3">
<option value="web2004_0422" name="TriplePlay1">2004/04/22 -- USTA Webinar - The Triple Play: FTTP</option>
<option value="web2004_0408" name="TriplePlay2">2004/04/08 -- USTA Webinar - The Triple Play: Video</option>
<option value="web2004_0325" name="TriplePlay3">2004/03/25 -- USTA Webinar - The Triple Play: MPLS and VoIP</option>
</select>