Including popups or focus groups
Last updated
Last updated
for the steps before the focus group/popup, but put them in a custom event (I’ve called my custom event ‘Tour 1’ in the below example)
Add a second Product Tour element to the page…
…and create a second custom event (in this example it's called ‘Tour 2’)
Show the focus group as the first action of Tour 2 and then add the rest of the steps in the tour
You’ll also want to to Start Tour 2 (or ProductTourB) as the final action in this workflow
Trigger Tour 1 when the page is loaded
And trigger Tour 2 when ProductTourA (Tour 1) is complete
You’re effectively chaining tours together to include the focus group/popup in the product tour.
One final step: you’ll want to hide the focus group/popup after that section of the tour is complete. You can use a ‘when condition is true’ workflow action with the plugin’s ‘step index’ to hide the focus group after the user has moved onto the next step.
You should be able to get something like this (Step 3 is a group in a focus group):
The editor behind the above example is public, and can be viewed . The actual demo itself can be found at the link below: