Https not working on Android and iPhone

  • jbehring
    Asked on March 12, 2014 at 7:21 PM

    Hello,

    My site forms and certificate seem to work fine on my PC. But when I look at the form on my phone I get a big message saying that the site can't be verfied, does this have to do with the forms https address being different than my https://quotez.me address?

     

    <iframe id="JotFormIFrame" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="https://secure.jotform.us/form/40541781825153" frameborder="0" style="width:100%; height:100%; border:none;" scrolling="auto"></iframe>

    <script type="text/javascript">window.handleIFrameMessage = function(e) {var args = e.data.split(":");var iframe = document.getElementById("JotFormIFrame");if (!iframe)return;switch (args[0]) {case "scrollIntoView":iframe.scrollIntoView();break;case "setHeight":iframe.style.height = args[1] + "px";break;}};if (window.addEventListener) {window.addEventListener("message", handleIFrameMessage, false);} else if (window.attachEvent) {window.attachEvent("onmessage", handleIFrameMessage);}</script>

     

    Thank you,

     

    John 

  • jbehring
    Replied on March 12, 2014 at 7:29 PM

    This has been solved, this was related to my certificate not being installed correctly. This page and form now works on Pc's and Smart Phones.

     

    Thank you,

     

    John

  • jonathan
    Replied on March 12, 2014 at 9:05 PM

    Thank you for updating us about it John.

    Best Regards,