All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Using Category checkboxes in search form

James 9 Jun 2011 15:28 question, complete

Can Low Search use categories as interface elements in the search form. Example here: http://benefitshub.ca/list/C75/ , which is powered by EE and SuperSearch

Replies

  1. Low 9 Jun 2011 15:35

    Hey James,

    Yes, you can. :)

    If you make sure the input fields are named category[] and have category ids as values. Something like this:

    <select name="category[]" multiple="multiple"> 
    <option value="1">Category one</option>
    <option value="2">Category two</option>
    <option value="3">Category three</option>
    </select>


    Of course, you could use checkboxes, too.