Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #843645

    Hi there,

    I want to embed (via iframe) the following link https://splinter.ggzportal.nl/aanmelden/aanmelden.aspx into my website but it doesn’t work.
    Anyone suggestions?

    Thanks for your reply!!
    Best regards
    Sylvia

    #845163

    Hey sniper-x,

    Thank you for using Enfold.

    Please edit the .htaccess file of the site where the form is coming from, add this code.

    Header set X-Frame-Options "ALLOW-FROM https://example.com/"
    

    Replace the site placeholder with the site where you want to use the form. Now, to open it in a lightbox, use this code.

    <a href="https://splinter.ggzportal.nl/aanmelden/aanmelden.aspx?iframe=true" class="lightbox">Open in lightbox</a>
    

    The first instruction is important because it will allow your site to access the form.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.