Hi,
I have a hand-coded dropdown list. How can I make it required? The beginning looks like this:
<select name="your-residence" id="your-residence" >
<option value="---">---</option>
<optgroup label="United Kingdom">
<optgroup label="England:">
<option value="Bedfordshire">Bedfordshire</option>
thanks,
Therese