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;
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;