
Hello everyone!
I'm trying to integrate a custom popup in an Interactive experience form from Interactive Service Hub, but when the calling button is clicked nothing happens and no errors occur.
Someone with the similar problem?
*This post is locked for comments
I have the same question (0)Hi there,
I'm facing the same issue. I'm trying to integrate a custom button that triggers the opening of a popup window. When I click on the button nothing happens, but sometimes in different browsers, I receive an error: "Blocked opening my_resource in a new window because the request was made in a sandboxed frame whose 'allow-popups' permission is not set.".
After researching (links: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/sandbox, https://www.html5rocks.com/en/tutorials/security/sandboxed-iframes/) the error I found a sandbox tag that I have to add to my IFRAME in order to display it. My code looks like this: <IFRAME sandbox="allow-modals allow-popups-to-escape-sandbox allow-orientation-lock allow-presentation allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-top-navigation"></IFRAME>, but still nothing happens.
Do you have an idea if this functionality is supported in the CRM or is there any workaround that I can use?