Add placeholder in contact form 7 dropdown select box
-
I am facing a issue that i can’t able to add placeholder in dropdown. Which cannot be selected by anyone.
I have tried first_as_label but anyone can select it.
The thing i need is just simple:
<select name=”tagging”>
<option value=”” disabled=”disabled”>–state–</option>
<option value=”Option A”>Option A</option>
<option value=”Option B”>Option B</option>
<option value=”Option C”>Option C</option>
</select>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add placeholder in contact form 7 dropdown select box’ is closed to new replies.