Skip to main content

Comments

1 comment

  • KC George

    Hello Brijesh,

    We’ve investigated the issue, and the browser console shows that the <embed> tag in your HTML code is being blocked by the website’s Content Security Policy (object-src 'none'). This security restriction is preventing the embedded form from being displayed correctly on the frontend.

    To avoid this restriction, we recommend replacing the <embed> tag with an <iframe>. An iframe is a more suitable and reliable method for embedding an external form and should avoid the security restriction affecting the current implementation.

    Please replace your existing <embed> code with the following:

    <iframe src="https://quiz.planetwealth.in/not-sure-which-book-to-start-with-J9z0kmlrQy6mKO0RJj9t9Q?v=o" style="width:100%; height:50vh; border:none;"></iframe>

    Once you’ve replaced the code, please check the website frontend and let us know if the form is displayed correctly.

    We recommend keeping the iframe implementation going forward, as it is generally the more appropriate approach when embedding an external form and should provide a more reliable result.

    0

Please sign in to leave a comment.