I have a multi page form and one of the pages looks like this:
1 x Option list question type with two options: Option 1 and Option 2
Selecting Option 1 allows you to move forward to the next page in the form. Selecting Option 2 shows a hidden div with two additional text questions.
What I want is for the two text fields to become a required entry only when Option 2 is selected. Does anyone know how to achieve this in Matrix or am I required to write some custom script?