Would like our App feedback modal to pop up from the Resource Center
So we currently have our Feedback modal that pops-up from a Get Help Hub in our UI. (screenshots attached below.) We would like to add the Feedback modal open from our Pendo resource center as well. I was hoping to get this done without making UI change and add it to the Resource center. But since this is not a URL that we can direct users to but a modal that pops up, is there a way to trigger this modal via Pendo without involving UI developers?
Feedback modal
0
コメント
Yes! You should be able to modify this github resource: https://github.com/pendo-io/snippets/tree/master/resourceCenter/resourceCenterOpenURL
Instead of using the click of the module to open a URL on line 4, replace that with some javascript to set the display of your feedback element to show (or visibility to visible, etc.).
サインインしてコメントを残してください。