Tell us what you are trying to do?
I have a multicheckbox setup which I'm trying to add as a dropdown (multiselect)
Is there any documentation that you are following?
https://toolset.com/course-lesson/creating-a-custom-search/
Is there a similar example that we can see?
hidden link -- if you look at the label capacity you can see the HTML select gets a display:none
<div class="form-group"><label class="wpv-custom-search-filter__label" for="wpcf-capacity">capacity</label><!-- ## --><span class="wpv-custom-search-filter__input"><select id="wpv_control_select_wpcf-capacity" name="wpv-wpcf-capacity[]" class="js-wpv-filter-trigger form-control" multiple="multiple" style="display: none;"><option value="<100?"><100?</option><option value="100-250?">100-250?</option><option value="250-500?">250-500?</option><option value="500+?">500+?</option></select><span tabindex="0" id="wpv_control_select_wpcf-capacity-button" role="combobox" aria-expanded="false" aria-autocomplete="list" aria-owns="wpv_control_select_wpcf-capacity-menu" aria-haspopup="true" class="ui-selectmenu-button ui-selectmenu-button-closed ui-corner-all ui-button ui-widget" aria-activedescendant="ui-id-4" aria-labelledby="ui-id-4" aria-disabled="false"><span class="ui-selectmenu-icon ui-icon ui-icon-triangle-1-s"></span><span class="ui-selectmenu-text"> </span></span></span></div>
What is the link to your site?
hidden link
Nigel
Supporter
Languages:
English (English )
Spanish (Español )
Timezone:
Europe/London (GMT+01:00)
Hi there
It's hard to tell just from looking at the generated markup on the page why it has been generated that way, without seeing how it is set up in the back end.
Would it be possible to access your site to look at the set up?
Let me mark your next reply as private so that we can get log-in credentials from you—you may want to create a temporary admin user for us to use that you can later delete.
A staging server is always preferable, but in any case be sure to have a current backup of your site.