- This topic has 4 replies, 2 voices, and was last updated 9 years, 12 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Combo box for post title?
Hey Vikki, I don’t think so.
Do you mean a combobox of full post title, so as you start typing it would suggest the post title name, then clicking on that/submitting the form would retrieve the single result with that post title?
Thanks
Hi Ross
Yes that’s exactly what I mean.
<select class="chosen-select" multiple tabindex="4" name=\"archive-dropdown\" onChange='document.location.href=this.options[this.selectedIndex].value;'>
<option value=\"\"><?php echo attribute_escape(__('Properties by Title')); ?></option>
<?php wp_get_archives('type=postbypost&format=option&post_type=property'); ?> </select>
This works outside of S&F and I noticed you used Chosen by Havest to make the nice combo boxes – so I can do that. It would be nice if I could somehow integrate it within S&F as part of a form instead of by itself. Can I do that?
Hey Vikki
Glad you got it sorted!
Care to share how you achieved it?
Thanks