[thelist] Multiple Select??

McAtee, Malcolm MMcAtee at philamuseum.org
Fri Sep 21 09:48:45 CDT 2001


Howdy all.....

I am creating a form to be used in a simple PHP/email app. Everything seems
to be working well
except that my multiple select lists seem to pass only the first value in
the list. 
Please see the code below:



       <select name="Type_of_Event" size="6" multiple>
	  <option value="Dinner">Dinner</option>
	  <option value="Lunch">Lunch</option>
	  <option value="Breakfast">Breakfast</option>
	  <option value="Cocktail_Reception">Cocktail Reception</option>
	  <option value="Meeting">Meeting</option>
	  <option value="Other">Other</option>
	 </select>


Thanks Malcolm

//---------------//
Malcolm J. Mcatee
Web Designer
Philadelphia Museum of Art
215-684-7748
mmcatee at philamuseum.org
//---------------//









More information about the thelist mailing list