Completed form won't submit.

  • janmoenergy
    Asked on August 7, 2017 at 1:27 PM

    The form I uploaded has "submit" at the bottom, but if I click on the form on our website, there is no submit button

  • Mike_G JotForm Support
    Replied on August 7, 2017 at 2:51 PM

    We would like to apologize for any inconvenience. After checking the website where the form is embedded, I found the issue you described. It seems that there is a probability that there is a conflict between how your website and the form. As conflict such as this are fixed when the iframe embed code of the form is used, I would recommend you re-embedding your form to your website using that — Getting-the-Form-iFrame-Code

    I hope this helps. Otherwise, please feel free to contact us again anytime.

  • janmoenergy
    Replied on August 7, 2017 at 4:43 PM
    Thank you for your response. I did what you suggested, but there is still
    no "submit' button. Isn't that something something that is automatically
    added by Jot Form:? I didn't have that typed on the bottom of my earlier
    forms which worked.
    ...
  • aubreybourke
    Replied on August 7, 2017 at 4:50 PM

    You can try adding this CSS:

    .form-all{
        margin-bottom: 200px !important;
    }

    How to Inject Custom CSS Codes 

  • janmoenergy
    Replied on August 7, 2017 at 5:44 PM
    OK. I added that. It showed the "submit" button on the version on JotForm,
    but when I embed it on our website, it doesn't show up.
    http://www.showmepace.org/apply-now/let-us-help-you-proceed-with-your-pace-project/
    ...
  • David JotForm Support Manager
    Replied on August 7, 2017 at 6:22 PM

    Please inject the following code in the same page where you have embedded your form's Iframe code:

    <style type="text/css">

    #JotFormIFrame-61116274525148{

        height: 1450px !important;

        min-height: 1450px !important;

    }

    </style>

  • janmoenergy
    Replied on August 7, 2017 at 6:44 PM
    That worked! Thanks.
    ...