Launch URL from a guide in the resource center
I need to launch a URL from an guide list module in the resource center. I can only have one module for the RC (so it opens the module when the user clicks on the badge. See image to see what I mean)
So I've created a guide with a single step in it named "0 - Jump to Legion Help Center". I want it to be when the user selects that from the guide list module, it jumps to "https://support.xyzco.co/hc/en-us". I know how to do it by adding a Sandbox module, but if I do that, it will not automatically bring up the guide list because there are now two modules. Any helpful ideas?
0
コメント
If you make the "0" guide have only one step, and that step has a custom code block that uses javascript to open the URL you have listed, it should work fine without needing another module in your RC.
I'm not familiar enough with JS to create any code. Do you know of a sample somehere?
You should be able to use this and update it to target your guide step element id instead of the Resource Center container :)
https://github.com/pendo-io/snippets/blob/master/resourceCenter/resourceCenterOpenURL/resourceCenterOpenURL.js
サインインしてコメントを残してください。