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?
"Follow page order" is on, so it's going to follow page order.
When I turn off follow page order, nothing shows up on first page. It turns blank page.
I figured the reason nothing was loading I was entering the following URL to access my form
I changed the URL to :
/index.php?option=com_chronoforms6&chronoform=my_formand no events was being loaded.
I changed the URL to :
/index.php?option=com_chronoforms6&chronoform=my_form&event=oneThat loads the first page and the Event Switcher is working as expected. However, now I have two other issues:
- When I turn on the Server Validation, users cannot go back from page three to page two. It shows the validation errors.
- When I select the "email" option and click on Submit button, I expect it to go to the "submit" event. But instead it is going to "no_email" page.
I mean, that should work anyway. What other settings have you turned on?
Hi omidhz,
How do you do the email/no_email switch ? a redirect ? it should work with "Follow page order" on but if it does not you can turn the order off
Best regards
How do you do the email/no_email switch ? a redirect ? it should work with "Follow page order" on but if it does not you can turn the order off
Best regards
This topic is locked and no more replies can be posted.