Just wondering if this is possible.
In a search form you can use wildcard * <option value="*">-- All --</option>
If I have a dropdown list can:
-- All --
-- A to C --
-- D to E --
Aaaa
Bbbb
Cccc
Dddd
Eeee
Feee
Can you do something like this <option value="Aaaa,Bbbb,Cccc">--A to C--</option> - does not seem to work.
Or can you use jquery or something to achive this.
Or do you have to use another search field?
Cheers Daniel