Hi,
Is it possible to be able to have 2 values associated with a combo box ?
See example below:
<select name="basket" onClick="compute(this.form)">
<option value="">- Qty -</option>
<option value="40">Roses</option>
<option value="50">tulips</option>
<option value="60">plant</option>
<option value="70">bunch</option>
</select>
So what I am trying to do is that when you submit the form it sends out an email. But the result from the email for example will say:
basket: 60 (if you choose plants - 60 been the dollar value which i need for further calculations in the form)
Is there any way that you can have the text ie. Roses, tulips, etc sent along with the value (40, 50 etc) when you submit the form ?
So something like: basket: plant, 60 appears
I hope this makes sence.
Regards
Frogger![]()



Reply With Quote

Bookmarks