There are two sets each containing 6 mutually exclusive radio buttons. The choices in each are the same. If the client selects 1 to 3 in one group then no problem with any choice in the other. If 4 to 6 is selected in any combination in both groups I have to ask the client another question, possibly by sending them to another page. How do I do that? I looked at If/Else but can’t see how to make it work. For info : I have the radio buttons set to send values to fields in a collection.
Thanks in advance