Hey guys,
Im passing this type of form
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..HTML Code:<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>
so, i've googled and searched but dont seem to be able to find anything...
is there a way to achieve this?
Drew



Reply With Quote

Bookmarks