forms not displaying on site with ssl

  • impcanada
    Asked on August 17, 2015 at 9:47 AM

    I just pul ssl on our site and our form dotn show up. here is an example of what does not show :

    <iframe id="JotFormIFrame" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="//form.jotformpro.com/form/51696076346969" frameborder="0" style="width:100%; height:600px; border:none;" scrolling="no"></iframe>

     

    obesitysurgery.ca

    site:

    https://www.obesitysurgery.ca

    link to page with issue:

    https://www.obesitysurgery.ca/connect-today/

    how can I get this form to show up?

    Thanks

  • David JotForm Support
    Replied on August 17, 2015 at 11:47 AM

    Hi,

    You made need to change your embed code to the HTTPS embed code as well:

    https://www.jotform.com/help/63-How-can-I-receive-SSL-Submissions

    If you are using the iFrame code without the autoheight script, your embed code would be:

    <iframe id="JotFormIFrame" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="https://secure.jotformpro.com/form/51696076346969" frameborder="0" style="width:100%; height:600px; border:none;" scrolling="no"></iframe>

    That would use the secure embed code and should allow for your form to show in your site once again.

    If it does not, let us know and we will be happy to take another look.