Embedded Form: Missing submit button on our form

  • bteitelbaum
    Asked on February 1, 2021 at 11:54 AM

    Hi!

    I am copying code to a squarespace site however one two of my forms the submit button does not appear and I cannot figure it out.



    Jotform Thread 2864492 Screenshot
  • Kiran Support Team Lead
    Replied on February 1, 2021 at 2:41 PM

    As we check your JotForm, we notice that the Submit button is being displayed correctly.

    1612208087 601857d71cb4e  Screenshot 10

    Please get back to us if you need any further assistance. We will be happy to help.

  • bteitelbaum
    Replied on February 1, 2021 at 3:07 PM

    Hi!


    Yes that is because I changed the code so the form will scroll. I do not want the form to scroll only the page. I can change it back so you can see.

    Please let me know,.

  • Jessica JotForm Support
    Replied on February 1, 2021 at 9:06 PM

    Hi bteitelbaum,

    Kindly try to reembbeded your form with the following code:

    <iframe id="JotFormIFrame-210246172076045" title="Submit an Invoice" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" allowfullscreen="true" allow="geolocation; microphone; camera" src="https://form.jotform.com/210246172076045?isIframeEmbed=1" frameborder="0" style="min-width: 100%; height: 2400px; border: none;" scrolling="no"> </iframe>

    Let us know how it goes for you.

  • bteitelbaum
    Replied on February 3, 2021 at 1:07 PM

    Seems to have worked! However I have one more form that needs your attention.

    http://www.argentapartments.com/pij


    Can you also let me know how to fix this in the future? I don't want to have to be contacting you guys every time I do a form.


    Thanks!


  • Alexander_G
    Replied on February 3, 2021 at 4:57 PM

    Hi there!

    Thank you for your response.


    Please, try to re-embed your form with this code:

     <iframeid="JotFormIFrame-210237872890056"title="Permit and Insurance Job Form "onload="window.parent.scrollTo(0,0)"allowtransparency="true"allowfullscreen="true"allow="geolocation; microphone; camera"src="https://form.jotform.com/210237872890056"frameborder="0"style=" min-width: 100%; height:2600px; border:none;"scrolling="no" ></iframe>

    Please, take a look at this string of this code:

     height:2600px;


    It tells the site what is form's height and the site will give the box to the form according to this parameter.

    If you think that the site gave a small box to your form and you can't see the part of it - you can increase the height parameter in this code and the site will make this box higher.


    You can find this code here and change it before embedding it:


    1612389340 601b1bdc4258d  Screenshot 10

    1612389360 601b1bf057b65  Screenshot 21


    Thank you and have a nice evening! 😊✌

    Alex