react icon indicating copy to clipboard operation
react copied to clipboard

How to advance page in a wizard without the next button?

Open jonathanlarav opened this issue 4 years ago • 1 comments

I have a wizard with 3 pages, page1 has two buttons and it needs to advance to either page2 or page3 depending on which button is preset (the next, cancel and previous buttons are hidden) Each button is publishing an event but I don't know how to use the event parameters to transition to the next page? Is there a different way to address this?

jonathanlarav avatar Nov 11 '20 21:11 jonathanlarav

First of all, consider using Advanced Next Page option in the Page's settings. It allows to decide which page should be opened depending on some conditions. image If it is not applicable for your case, so you can set your buttons to execute custom actions instead of emitting an event. image

alexandraRamanenka avatar Nov 12 '20 19:11 alexandraRamanenka

I am closing the issue as it was created too long ago and there is no new comments here. If the issue is not resolved, please reopen it. Thanks!

TanyaGashtold avatar Aug 31 '23 13:08 TanyaGashtold