I've made a menu item that points to a multipage form.
The first page container is called 'page1', the second container is called 'page2'
Onload
-----
Multipage
...
HTML Render:
Page: 1
Submit event: Page2
Form method: File
OnPage2
-----
Multipage
...
HTML Render:
Page: 2
Submit event: submit
Form method: File
OnSubmit
-----
Multipage
...
The first page container is called 'page1', the second container is called 'page2'
Onload
-----
Multipage
...
HTML Render:
Page: 1
Submit event: Page2
Form method: File
OnPage2
-----
Multipage
...
HTML Render:
Page: 2
Submit event: submit
Form method: File
OnSubmit
-----
Multipage
...
This is private content
Oh, forgot to mention the problem😀
If I access the form via the menu item, it just reloads page 1. If I access it 'directly' then it goes to page 2 when pressing the submit button on page 1
If I access the form via the menu item, it just reloads page 1. If I access it 'directly' then it goes to page 2 when pressing the submit button on page 1
I've tried with disabling the SEF, and URL rewrite to make sure they didn't disturb here, that didn't change anything.
I just tried creating a second menu item with 'ExternalURL' set to the 'direct' URL as from the 'test form' button in the Component.
With that the form works. So somehow the menuitem created as a chronoforms5 form doesn't work properly for my multipage form.
I just tried creating a second menu item with 'ExternalURL' set to the 'direct' URL as from the 'test form' button in the Component.
With that the form works. So somehow the menuitem created as a chronoforms5 form doesn't work properly for my multipage form.
Hi fribse,
What event settings are you adding in the Menu items? It sounds as though you may have left them blank?
Bob
What event settings are you adding in the Menu items? It sounds as though you may have left them blank?
Bob
Ahaa, Ok, I set the event to load, and now it seems to work. Ok, I didn't get that from the tutorial.
Thankyou!
Thankyou!
Hi fribse,
Hmmm . . . the default is load so adding that shouldn't make any difference.
Bob
Hmmm . . . the default is load so adding that shouldn't make any difference.
Bob
This topic is locked and no more replies can be posted.