-
ethanrsusserAnswered on December 22, 2020 06:50 PM
-
Ahmed JotForm SupportAnswered 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.
-
ethanrsusserAnswered on December 23, 2020 09:07 AM
-
Nikola JotForm SupportAnswered 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>
-
ethanrsusserAnswered on December 23, 2020 10:00 AM
Fantastic! Thank you so much :)