Radio Buttons
When the Use custom list radio button is selected I would like the 2 groups below it to become required fields. Group 1 will have one of the two radio buttons selected and the same with Group 2. Is this possible?

When the Use custom list radio button is selected I would like the 2 groups below it to become required fields. Group 1 will have one of the two radio buttons selected and the same with Group 2. Is this possible?


OK, so here's how I would do it. Create a (hidden) text field with the following custom calculation script:
this.getField("Radio Button 4").required = (this.getField("Radio Button 3").valueAsString=="Choice3");
this.getField("Radio Button 5").required = (this.getField("Radio Button 3").valueAsString=="Choice3");
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.