I have this code in my contact form and it doesn't post correctly.
<label for="select-choice"></label>
<select id="selected" name="selected" class="select" value="test">
<option value="">General</option>
<option value="email 2">Service/Support</option>
<option value="email 3">Estimate/Quote</option>
</select>
Can anyone tell me the Post code for a drop down menu please?
<label for="select-choice"></label>
<select id="selected" name="selected" class="select" value="test">
<option value="">General</option>
<option value="email 2">Service/Support</option>
<option value="email 3">Estimate/Quote</option>
</select>
Can anyone tell me the Post code for a drop down menu please?






