By drupaldc on
I have three categories under "Only in the category(s)".
I am trying divide each category.
Two of them are going in separate select lists and the last one will contain checkboxes.
How do I accomplish this?
I pulled all data with category names and ids.
My problem is that form['advanced']['category'] is a select list itself.
RIght now all categories are in this select list and I wanna take the approach mentioned above.
-dan
Comments
Exclusive taxonomy category in Drupal Advanced Search
If you want an advanced search-by category to have check-boxes or other multi-select instead of a single-select drop-down, you have to make sure that that taxonomy category that is generating those options allows more than one selection. visit the categories setup and reconfigure that taxonomy vocabulary to accept multiple selections.
-----
iDonny Productions: Web CMS Design, Development & Web Standards
All categories accept
All categories accept multiple selections... but how do I go about having those three categories in different multi select lists in advanced search under "only in the category(s)"?
-dan
anybody?
anybody?
I am desperate for this
I am desperate for this answer too!