Still unable to embed my form

  • avriloconnor
    Asked on November 8, 2015 at 4:50 PM

    As I said in a previous question = and again I have to say how annoying it is that you can't email or speak to anyone directly when there is a problem - considering how expensive this service is for some people.

    I usually clone my form and change some bits of it.  This has worked fine - until I noticed that you have changed the way some bits of the dashboard work.

    I have created a new form but when I get the embed code nothing is now publishing..In the answer to my last question about this I was told to only use the code inside the iframe bit...I tried that and then nothing publishes...now also nothing publishes with the whole lot..

    The way the form integrates with Aweber has also changed...

     

    <iframe id="JotFormIFrame" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="https://form.jotform.com/53043389585969" frameborder="0" style="width:100%; height:514px; 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; case "collapseErrorPage": if (iframe.clientHeight > window.innerHeight) { iframe.style.height = window.innerHeight + "px"; } break; case "reloadPage": window.location.reload(); break; } var isJotForm = (e.origin.indexOf("jotform") > -1) ? true : false; if(isJotForm && "contentWindow" in iframe && "postMessage" in iframe.contentWindow) { var urls = {"docurl":encodeURIComponent(document.URL),"referrer":encodeURIComponent(document.referrer)}; iframe.contentWindow.postMessage(JSON.stringify({"type":"urls","value":urls}), "*"); } }; if (window.addEventListener) { window.addEventListener("message", handleIFrameMessage, false); } else if (window.attachEvent) { window.attachEvent("onmessage", handleIFrameMessage); } if(window.location.href && window.location.href.indexOf("?") > -1) { var ifr = document.getElementById("JotFormIFrame"); var get = window.location.href.substr(window.location.href.indexOf("?") + 1); if(ifr && get.length > 0) { var src = ifr.src; src = src.indexOf("?") > -1 ? src + "&" + get : src + "?" + get; ifr.src = src; } } </script>

  • jonathan
    Replied on November 8, 2015 at 5:06 PM

    I found that your question here was similar to the same one you had already submitted here 

    http://www.jotform.com/answers/694995-I-have-a-problem-with-the-form-maybe-to-do-with-the-new-configuration-you-have-introduced

    One of the member of the support team was already attending to it.

    Since it was about the same issue, please refer to the original discussion thread instead for guidance. Do not create a separate thread like this anymore to avoid confusion.

    I'll marked this one closed.

    Thank you.