I'm not sure what I'm doing wrong.
I have a multipage user registration form. The form setting is setup as "Form" and "Follow Page Order" is on. Page names are:
Page two has a radio button named 'verify' with two options
- email
- no_email
Page three is empty in the view, and I have an Event Switcher in the action with the following setting
- Data provider: {data:verify}
- Events: email, no_email
I want users to be redirected to either page "email" or "no_email" based on their selection on page two. But right now, the user is going through the pages in order from 1-5.
What an I missing?
I have a multipage user registration form. The form setting is setup as "Form" and "Follow Page Order" is on. Page names are:
- one
- two
- three
- no_email
- submit
- activate
Page two has a radio button named 'verify' with two options
- no_email
Page three is empty in the view, and I have an Event Switcher in the action with the following setting
- Data provider: {data:verify}
- Events: email, no_email
I want users to be redirected to either page "email" or "no_email" based on their selection on page two. But right now, the user is going through the pages in order from 1-5.
What an I missing?