Submit button is not showing correctly on embedded form
-
AhmedAnswered on December 22, 2020 at 06:55 PMJotform Support
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.
-
ethanrsusserAnswered on December 23, 2020 at 09:07 AM
-
Nik_MAnswered on December 23, 2020 at 09:23 AMJotform Support
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"
onload="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>
-
ethanrsusserAnswered on December 23, 2020 at 10:00 AM
Fantastic! Thank you so much :)