Hey xls2xformers,
I'm designing some forms in India, and I'm wondering whether and how we can do hierarchical selections. Basically, we have a
District > Taluka > Primary Health Center > Sub Center
hierarchy. What I would love is that a set of options appear when you go to district
(Mysore / Gadak / Bagalkot / Koppal, etc.),
and depending on which of the districts I select, I get a different Taluka list, and depending on which of the Taluka I select, I get a different PHC list, and so on.....
I realize that I could have things like
select one from districts
and then
select one from taluka_mysore
select one from taluka_gadak
and then
select one from phc_bheriya_mysore
select one from phc_killenpore_mysore
etc. etc.
with the appropriate bind:relevant constraints.
Wondering whether there is an easier way though...