Radio buttons that must be checked in order to go to the next page

I have created a group with radio buttons. Each one must be checked in order to move on to the next page. I have a transparent button that covers up the next button. The group has an action that will hide the transparent button only if the conditions for each radio button is 'not empty', so it will allow the user to access the next button. But it is not working. Am I using the wrong conditions?


any input?


Thank you.

Monica

Discussion (1)

I'm not sure whether I understood correctly.


You have a group that contains radio buttons. This group also contains an action to hide the transparent button? That can't be done because this action is not executed.


What you can do (if my guess is correct) is the following:


1. Delete the transparent button you won't need it

2. Add an action to the next button


On: Click

Action: Go to

Target: Next Page


Condition:

Check "All of the following"

Only if

radio_button_0001 is not empty

radio_button_0002 is not empty

...


You could use the "Else" tab to show a textfield explaining that all buttons have to be checked before the user is able to move on.


Tim

Discussions have been disabled for this post