How to use a text link to link and close guide

I want to create a text link (either via the default MD or HTML block) that will link to a new URL (same window) and dismiss the guide.

I know I can add multiple actions (URL Link & Dismiss Guide) to a button, but I'd like to add it as inline text.

0

Comments

2 comments
  • Hi Rick,

    You could do this in the HTML using the Pendo guide dismissed function (found here).
    If you did it in HTML it might look something like this:

    <p>
         Here is my text. <a href="https://www.example.com" target="_blank" onclick="pendo.onGuideDismissed()">With a Link!</a>
    </p>
    3
  • Emily Dunn Thank you, that's exactly what I was looking for!

    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post