I have a registration form for a sports class. Within the form, using a Multiple Choice question, I ask parents how many students they would like to register, with possible answers ranging from one to five. I require an answer and allow only a single choice. I then have five question groups created -- one for each of the possible answers to my Multiple Choice question concerning the number of students to be registered. Within each question group I present the appropriate quantity of name and birthdate fields, along with a concluding Agreement field. I have created logic for the Multiple Choice question, so that depending upon the answer, the user is then directed to the appropriate question group.
The logic works as follows:
IF “How many students would you like to register” is “One” THEN go to “Register One Student Only.”
I repeat this for each of the five possible answers.
The problem I am having is this:
Suppose the user selects “One” for the number of students he wishes to register. He is then taken to the correct question group and eventually the Agreement question, which should conclude the exercise by having a “Submit” control. But instead, he is then presented with question groups two through five.
Clearly I am doing something wrong, but having now watched multiple videos, I am still not figuring out the solution. I would be grateful for any guidance.
Thank you.