HTTPS with iframe forms

  • evank001
    Asked on February 9, 2018 at 12:58 PM

    Hi guys, 

    I have a question, on my website, I got https. On every page that do not have jotform forms, the site is secured but on each page where there is a form, I got the little "i" to say this page is not totally secured. 

    Can you help me on that ? 

    Thaaaaaaaaaaaaaanks

    Jotform Thread 1379492 Screenshot
  • Marvih
    Replied on February 9, 2018 at 1:52 PM

    Could you please try removing the <script>...</script> part of your iFrame Embed code.

    The iFrame code should would be like this.

      <iframe

          id="JotFormIFrame-60621878932968"

          onDISABLEDload="window.parent.scrollTo(0,0)"

          allowtransparency="true"

          allowfullscreen="true"

          src="https://form.jotform.com/60621878932968"

          frameborder="0"

          style="width: 1px;

          min-width: 100%;

          height:3489px;

          border:none;"

          scrolling="no" >

        </iframe>

    This is to prevent javascript conflict with your embedded form and website.