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
Describe the bug
There is not skip step functionality or visit tour from a particular step.
steps = [ 'step1', 'step2', 'step3', 'step4', 'step5', 'step6' , 'step7'];
for example user is visiting the tour and right now user is at 5th step where I have provide user to a custom button to skip next step or can continue by on clicking the next button. Expected behavior
please provide a solution by which user can skip next steps = [ 'step1', 'step2', 'step3', 'step4', 'step5' , 'step7'].
like step6 is a that step by which user will visit another tour to pause the current tour and when he/she will completed that tour then please provide a solution by which I can provide to continue previous tour from the next step like from step7;
The text was updated successfully, but these errors were encountered:
Describe the bug
There is not skip step functionality or visit tour from a particular step.
steps = [ 'step1', 'step2', 'step3', 'step4', 'step5', 'step6' , 'step7'];
for example user is visiting the tour and right now user is at 5th step where I have provide user to a custom button to skip next step or can continue by on clicking the next button.
Expected behavior
please provide a solution by which user can skip next steps = [ 'step1', 'step2', 'step3', 'step4', 'step5' , 'step7'].
like step6 is a that step by which user will visit another tour to pause the current tour and when he/she will completed that tour then please provide a solution by which I can provide to continue previous tour from the next step like from step7;
The text was updated successfully, but these errors were encountered: