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

コメント

2件のコメント
  • 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
  • @... Thank you, that's exactly what I was looking for!

    0

サインインしてコメントを残してください。

お探しのものを見つけられませんでしたか?

新規投稿