The following link(http://xataface.com/wiki/Dynamic_select_boxes) shows how to create 2 select boxes, one of which is dependent on the other. But what if the dependent box has multiple parents, just like how xataface filter works. I need to implement this feature on edit form. The following is the example:
visitors --> in a category --> in a subcategory
visitors --> in a country --> in a state/province --> in a city
I want the visitor drop-down box shows those entries that only match criteria selected from category/subcategory/country/state/city in a table. Does anybody know it? Thanks.