Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Combo box for post title?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Vikki
    #39789

    Is it possible to have a combobox for the post title? I can’t see how to do it.

    Thank you

    Ross Moderator
    #39811

    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

    Vikki
    #39828

    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?

    Vikki
    #39905

    Hi Ross – Don’t worry about this one – I’ve figured out a way to do it.

    Thank you

    Ross Moderator
    #39987

    Hey Vikki

    Glad you got it sorted!

    Care to share how you achieved it?

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Search & Filter Pro’ is closed to new topics and replies.