Multipage form fails to go to page 2 when accessing it trough a menu

Multipage form fails to advance to the second page when accessed through a menu.

Overview

The issue occurs because the menu item linking to the form does not have the correct event specified.
Ensure the menu item is configured with the 'load' event to properly initialize the multipage form navigation.

Answered
fr fribse 03 May, 2016
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
...

This is private content

fr fribse 03 May, 2016
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
fr fribse 03 May, 2016
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.
Gr GreyHead 04 May, 2016
Answer
Hi fribse,

What event settings are you adding in the Menu items? It sounds as though you may have left them blank?

Bob
fr fribse 04 May, 2016
Ahaa, Ok, I set the event to load, and now it seems to work. Ok, I didn't get that from the tutorial.
Thankyou!
Gr GreyHead 04 May, 2016
1 Likes
Hi fribse,

Hmmm . . . the default is load so adding that shouldn't make any difference.

Bob
fr fribse 04 May, 2016
Well what can I say, it did🙂
This topic is locked and no more replies can be posted.