-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Currently the "Previous" navigation step on a button is not working correctly with the "Show Form Page" action. It is opening the previous form page as it is set up in Sitecore Forms. But I would expect so that it goes to the previous page the user was actually on.
With the "normal" Sitecore way, with conditions, all works good.
E.g. there are 4 pages: Page1, Page2, Page3, Page4
Page1 has radio button list, which depending on which one is selected, the "Next" button will go to a different page, either Page3 or Page4 (based on Sitecore's condition). If the user then clicks "Previous" button (which has the "Previous" navigation step selected) on Page3 or Page4, they will go back to Page1.
The issue appears with the "Show Form Page" action. My "Next" button on Page1 has an action "Show Form Page" set up to show the Page3. Once I get on Page3, and press the "Previous" button, it shows me Page2 instead of expected Page1.