NHATKYMUA
Member
It would be really awesome if we would be able to add <optgroup> to Drop down selection in Custom thread fields
HTML:
<select>
<optgroup label="Swedish Cars">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
</optgroup>
<optgroup label="German Cars">
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</optgroup>
</select>
Upvote
0