People I have 2 sets of same buttons (there are 8). Now this setup is being used for an IPL points table form which accepts 2 teams and team 1 and team2 and so there can be the problem of both radio buttons representing same team can be selected.
Say Mumbai plays Mumbai.
How do I avoid this.
Each set is a control array and each option in both set has same index in both sets. Mumbai has index 0 in team 1 and 0 in team 2 as well.
Please help.