Submit button is not showing correctly on embedded form

  • ethanrsusser
    Asked on December 22, 2020 at 6:50 PM
    What i see on both desktop and mobile does not reflect the preview mode. On desktop, the Order Button shows but gets slightly cut off and on mobile you cannot see the order button. Any help would be greatly appreciated.
  • Ahmed_S
    Replied on December 22, 2020 at 6:55 PM

    Please let us know which form of yours is the issued one, and if it's embedded in another website we will need also its URL so we can check the order button issue.

    Thank you.

  • ethanrsusser
    Replied on December 23, 2020 at 9:07 AM

    Form is titled: Courier Request Form


    Website is: www.quikreturns.com


  • Nikola JotForm Support
    Replied on December 23, 2020 at 9:23 AM

    Apologize for the inconvenience this may have caused.

    Please remove the script part of the code to see if that will resolve the issue. Use only the iframe part and adjust the height. You can set it to 1321px. Another option is to change scrolling to yes.

      <iframe

       id="JotFormIFrame-203564024728050"

       title="Courier Request Form"

       onDISABLEDload="window.parent.scrollTo(0,0)"

       allowtransparency="true"

       allowfullscreen="true"

       allow="geolocation; microphone; camera"

          src="https://form.jotform.com/203564024728050"

       frameborder="0"

       style="

       min-width: 100%;

       height:1321px;

       border:none;"

       scrolling="no"

      >

     </iframe>

  • ethanrsusser
    Replied on December 23, 2020 at 10:00 AM

    Fantastic! Thank you so much :)