Submit button is not showing correctly on embedded form

  • ethanrsusser
    Answered on December 22, 2020 06: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 JotForm Support
    Answered on December 22, 2020 06: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
    Answered on December 23, 2020 09:07 AM

    Form is titled: Courier Request Form


    Website is: www.quikreturns.com


  • Nikola JotForm Support
    Answered on December 23, 2020 09: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
    Answered on December 23, 2020 10:00 AM

    Fantastic! Thank you so much :)