View Single Post
  #1  
Old 12-10-2005, 04:47 AM
 
phil_ phil_ is offline
 

Advanced Member
  
Join Date: Feb 2003
Location: Northern Ireland
Posts: 56
 

Default How to reference a drop down

Hi,

I hope someone out there can help. I want to create a select drop down such as:

<select name="custom_drop_down">
<option selected value="one">Select your option...</option>
<option value="two">Option 1</option>
<option value="three">Option 2</option>
</select>

and then pass over whatever the selected option value is (i.e the string one, two or three) as a smarty variable in a from. How can I do this assignment?

Your help is greatly appreicated.

Thanks, Philip.
__________________
-----------------------------------------
X-Cart5 v5.2.16 (Live)
-----------------------------------------
Reply With Quote