I am customizing the existing RCDC for Edit Users and we are including fields to populate
complementary user info like provinces and counties
I am wondering if it is possible to control the info to be displayed in a combo box based
on a value previously chosen.
- Combo 1 displays provinces (Alajuela, Heredia)
- Combo2 displays county (Alajuela, San San Ramon,
The required behavior
is: Combo 2 will display the subset of counties based on the value chosen in Combo 1, like:
For (combo1)
Alajuela province, the valid values (combo2)
are Alajuela, San Ramon, Grecia .
Works just for default preselected value in combo1
For (combo1)
Heredia province, the valid values (combo2) are Heredia, Barva, Santo.However if I choose other non/default province like Heredia, the combo 2 with counties is not refreshed
Any help is appreciated
Tannia