Scenario:
I have one field that I need to make required if two out of three options on a radio button is selected. I am using the following code: Radio2_1.Selected.Value="Tax Entity" or Tax Individual"
There is no error message but the field is not appearing as Required. It works fine if I only have one option in the code. field to be required if either of those options are selected?
Thanks in advance.