Which option is selected in radio button?

I have created a form that the user selects either “All Season” or “Flex” via a radio button (page 2.) On page 4, the user must make selections from 5 drop down lists. If they selected “All Season” (option 1) from page 2 then they are required to select an option from each dropdown. If they selected “Flex” then they must select 3 out of the 5.

It appears that the above linked code will suffice for validating the All Season, but how do I check which option they chose on page 2 to then be able to count the selected dropdowns are the 3 required?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.