Travel guide over several pages

Hi Bricksforge-Team,
It would be great if the tour guide could be continued across multiple pages.

Currently, it seems to me that it’s only possible on the same website, or have I missed something?

So, I would like to direct users to the next page via a link, explain further information there, and then continue to the next page, etc.

Regards
Matze202

Hi Matze,

Yes — you can absolutely stretch a tour across several pages. The idea is to add a fresh Tour Guide element on each follow-up page and show it only when a URL parameter (e.g. show_tour) is present.

  1. First page • Create your initial tour steps.• For the link/button that leads to page 2, append ?show_tour=1 (or any value you like) to the URL.
  2. Second page (and every page after) • Drop in another Tour Guide with the next batch of steps.• In its Bricks Conditions set a rule such as Dynamic DataURL parameter → show_tour == 1”

Because Bricks removes elements that fail their condition from the DOM, no tour will launch unless the parameter exists—so regular visitors remain unaffected.

That’s it! Give it a try and let us know if everything works as expected :blush:

Kind regards

1 Like