Hi ,
i have a form containing lists from and i'd like to get the label value in a var so i can have a preview:
<select name="couleur" id="coul">
<option value="1">rouge</option>
<option value="2">bleu </option>
</select>
in the code below $couleur will be 1 or 2 (that's what we be stocked in the database when i click on submit {it works} )
what i went to do is to ad a preview button that will display the labels not the value.
some suggestion. ?
Thnks in advance