No submit button on mobile

  • awesom
    Asked on January 26, 2016 at 5:16 AM

    Hi, 

    I love your tool, keep up with the good work.

    I published and implemented an iframe form on our Cargo Collective website.

    Everything works fine, except the submit button isn't showing on mobile.

    Is there any way I can solve this thingy?

    Thx.

    Jotform Thread 756038 Screenshot
  • David JotForm Support
    Replied on January 26, 2016 at 11:57 AM

    Hi,

    You can adjust the Iframe height directly on the Iframe code, as indicated below, to match the new height of your form: 

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

    Just change the value associated with the height to suit your forms height.  That should allow for the submit button to be included within the frame.