This article explains how to activate guide steps on different pages using Pendo, so that you can create a walkthrough experience that starts on one Page but displays tooltips on another.
Use case: This method can be leveraged when you need to lead users through a multi-step process that begins with an action on one Page but requires detailed guidance to commence on another Page.
Configure a walkthrough guide
- Create a walkthrough guide in Pendo.
- Define your target user segment for the walkthrough to ensure its relevance.
- Set the activation method to Element Click and select the specific button or element on the initial Page that'll trigger the walkthrough.
- Confirm that the activation was set to the correct target element.
Create a hidden starting step
- Go to the Page where the button or element triggering the walkthrough is located.
- Generate a new step using the Banner type, and select the Blank theme to keep it hidden from view.
- Ensure the backdrop option under styling is disabled.
- Add a code block to your step.
- In the Javascript tab, add the following rule:
pendo.onGuideAdvanced();
- In the CSS tab, add the following rule:
opacity:0;
- In the Javascript tab, add the following rule:
Create a visible guide step
- Go to the Page where you intend to display the walkthrough guide and add a new step.
- Customize this step to match the specific context of the user's journey on this Page.
Test the walkthrough
Your walkthrough is now set up to start with a button click on one Page and also effectively deliver guidance on another. To ensure a seamless experience, it's highly recommended to test the walkthrough and its transitions between Pages.