munkynpunky
10-03-2006, 11:49 PM
Hey guys,
Im passing this type of form
<select name="app" id="app">
<option value="0.00" selected="selected">None</option>
<option value="3.00">Option1</option>
<option value="3.00">Option2</option>
<option value="3.00">Option3</option>
<option value="3.00">Option4</option>
</select>
however when it is emailed to me, obviously i get the value (3.00), now what i really want passing to me is the Option1, Option2 info... but the value has to be 3.00 as it is passed to a javascript script elsewhere..
so, i've googled and searched but dont seem to be able to find anything...
is there a way to achieve this?
Drew
Im passing this type of form
<select name="app" id="app">
<option value="0.00" selected="selected">None</option>
<option value="3.00">Option1</option>
<option value="3.00">Option2</option>
<option value="3.00">Option3</option>
<option value="3.00">Option4</option>
</select>
however when it is emailed to me, obviously i get the value (3.00), now what i really want passing to me is the Option1, Option2 info... but the value has to be 3.00 as it is passed to a javascript script elsewhere..
so, i've googled and searched but dont seem to be able to find anything...
is there a way to achieve this?
Drew