Creating a hierarchical dropdown for locations
Ok, I want to restrict the location available when a user posts a new classified.
In the default classipress theme, the location string is just a text input field
to change this to a dropdown list it's simple and it's accomplished by introducing a dropdown with
Code:
<select><optgroup />...<option>...</option></select>
but... suppose I have a loooot of <option> in my dropdown... it will be amazingly confusing to scroll, say, 100 entries...
is there a way to make a multiple drop down or cascading drop down...?
for example
one first array would consist in "cities".... New York, Los Angeles... then clicking or hovering New York would open more possibilities, another array consisting in "zones", districts or neighborhoods... Manhattan, Queens, Bronx... etc...
this would make it much more elegant
any suggestion?
thank you very much and happy new year