You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user starts on the Initial Page (Main) where they see the first step of the tour guide.
After clicking a button, they are directed to the Second Page where they see the second step of the tour guide.
Upon completing actions on the Second Page, they are redirected back to the Initial Page (Main).
Instead of seeing the expected third step of the tour guide, they encounter the first step again.
Depending on their selection whether they are "done" adding new items or they still have some we either go back to step 2 or continue to step 4.
The question is: How can I ensure that when users return to the Initial Page (Main) from the Second Page, they continue the tour guide sequence instead of starting over and how to loop through as many times as needed up until the next button is clicked?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! How can I maintain tour guide progression across pages?
I want to achieve the below scenario:
[Step 1] Initial Page (Main) --> [Step 2] Second Page --> [Step 3] Initial Page (Main) --> [Step 2] Second Page -->[Step 3] Initial Page (Main) OR [Step 3] Initial Page (Bottom Component)
The question is: How can I ensure that when users return to the Initial Page (Main) from the Second Page, they continue the tour guide sequence instead of starting over and how to loop through as many times as needed up until the next button is clicked?
Beta Was this translation helpful? Give feedback.
All reactions