hi All,
I have 3 option group with diferents number of radio buttons in each option group. The way that is working my code related group1 to group2 and group 2 to group 3. Let's say in group1 I have countries, group2 'states', and group3 'cities'. When the user click a country in group1 (ie. US) in group2 will populate with the states in US. Then whe the user chooses a state(ie CA), in the group3 will populate with cities within CA. ...