does not show 'submit' button

  • addiverschuuren
    Asked on May 26, 2014 at 11:32 AM

    I get this code: (iFrame) <iframe id="JotFormIFrame" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="//form.jotformeu.com/form/41164323161342" frameborder="0" style="width:100%; height:2047px; 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>

     

     

     

    I change the width in 600px, otherwise it does not show everything.

    If I change height, it still does not show me my submit button...

    What do I do wrong?

     

    Thank you very much,

    addi

     

  • Ashwin JotForm Support
    Replied on May 26, 2014 at 12:18 PM

    Hello Addi,

    Please use the following iFrame embed code and see if that solves your problem:  

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

    Do get back to us if the issue persists.

    Thank you!

  • addiverschuuren
    Replied on June 2, 2014 at 2:01 PM

    You are wunderful, it works :-)
    Thank you very much.
    addi
    ...