Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    I have a similar problem, if you open dropdown.html in the templates folder within the plugin you can change the form to display the taxonomy name.

    <li>
    			<label for="qmt-{{name}}">{{title}}</label>
    			<select id="qmt-{{name}}" name="{{name}}" class="default">
    				<option value=''>{{title}}</option>
    				{{{term-list}}}
    			</select>
    </li>

    I’ve changed the value within the label to {{title}} and that works, however I would like to grab the taxonomy Menu name rather then the taxonomy name.

    I’ve then hidden the label with jQuery for accessibility, rather then deleting it from the form.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Label to appear as 1st item in dropdown list’ is closed to new replies.