Guide to navigate page
How do you make a guide that can navigate to different parts of the web page between steps.
We have a single page web application and want the guide to explain key parts of the application. But the user needs to click on different objects within the DOM to make each part visiable. So the guides are usless to us unless there is some interaction with the page.
To acheive this we could run a single line Javascript code to interact with the app as it moves from one step in the guide to the next, or a CSS selector with a click action like Selenium. But Pendo does not seem to have this functionality. Seems like a core feature so I am guessing I am missing something basic here.
Comments
You have two basic options here:
We end up using a combination of auto-advancing steps (#2) and having "next" buttons because sometimes in a tour users don't WANT to go to the thing you're pointing them to at that very moment, or they may not have access fully, or it may lead them somewhere off on a tangent when we want to focus their attention on an overall orientation. Also be careful of how many steps you use -- people will dump out after usually 5 or 6.
Please sign in to leave a comment.