Iframe installed which doesn't respond to any triggers/tags

Hi,

On our website (claimservice.nl) we have an iframe installed which does not seem to be responding to any triggers/tags (basic triggers/tags such as a click on anything). The form on this page (URL: https://www.claimservice.nl/claims/tiktok-claim/aanmelden/) is the iframe I am talking about.

*When separately opening the iframe the triggers/tags do respond. It seems like the iframe and the main website do not communicate with each other. What can we do to fix this problem?

By design, browsers restrict most interactions between frame and their host page…

  1. No event are shared between them
  2. Script contexts are not shared (if you declare some variable in one, the other cannot see it)
  3. DOM manipulation between them can be complicated/forbidden
  4. Be careful of CSP (Content Security Policies): https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP