Embedded iFrame form in Edge not showing on page with lots of other Javascript

  • ksesock
    Asked on June 29, 2017 at 3:09 PM

    I have an internal web application and we're displaying our Jotform forms. For a variety of reasons, we're pre-populating our form from some of the data in the web application using the querystring option, and displaying the form inside of a bootstrap modal pop-up. All of this is working in Chrome and Firefox, but not in Edge or IE 11.

     

    I have a fair amount of other Javascript, including more modern versions of JQuery, on the page, and I'm not getting any useful error messages or exceptions. I've also made sure I'm using the latest iFrame embed code from Jotform.

     

    Any thoughts?

  • David JotForm Support Manager
    Replied on June 29, 2017 at 5:06 PM

    When you say "I have an internal web application", I supposed the site is only hosted in your local network. Please try embedding your form with the Iframe code, but this time do not include the script part:

    1) Get your Iframe code: https://www.jotform.com/help/148-Getting-the-form-iFrame-code 

    2) Then paste it in a text editor such as WordPad, you will notice the two codes, only copy and embed the Iframe part in your site:

    Embedded iFrame form in Edge not showing on page with lots of other Javascript Image 1 Screenshot 20

  • ksesock
    Replied on June 29, 2017 at 5:22 PM

    This appears to have worked. Thank you.