Answered
How to close Resource Center when client clicks a link?
I have a 'Provide Feedback' window that opened when an icon was clicked, regardless of the client's current page. I've successfully linked this window to a 'Provide Feedback' link within my User Resources. However, I'd like to take it a step further by automatically closing the User Resources when the client clicks the link from within that section, but I haven't been able to make this work. Is this possible?
0
Comments
I usually reference this in the Pendo github: https://github.com/pendo-io/snippets/tree/master/resourceCenter/resourceCenterOpenURL
You'll want to add an onclick event in a custom code block that then does the following:
That did the trick, thanks so much!
Please sign in to leave a comment.