Still getting SSL Submissions - How do I stop them?

  • ymmedcamp
    Asked on March 12, 2014 at 11:12 AM

    can i close the SSL Submissions

    because i don't need it, but i don't know why it is increasing(not every Submissions)

    i embeded my form in weebly(using a tool called "embed code"

  • TitusN
    Replied on March 12, 2014 at 1:02 PM

    Hello,

    Thank you for contacting us.

    This is caused by the embed code, which was embedded using the Secure method:

    Still getting SSL Submissions   How do I stop them?  Image 1 Screenshot 20

    To stop the SSL submissions, please replace  the following Embed code for your form with what you already have on your website:

    <iframe id="JotFormIFrame" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="//jotform.me/form/40691564310450" frameborder="0" style="width:100%; height:1594px; border:none;" scrolling="no"></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>

    Did that help? please let us know.