The Submit button is not showing in the embedded form

  • sugashocphotography
    Asked on September 22, 2017 at 8:13 PM

    The submit button is not showing up when i embed my form into my website. I have multiple forms embedded in my website but this is the only one that is not showing up. It is embedded in two places:

    https://sugashocphotography.com/seo-services-agreement/

    https://www.sweetseoservices.com/services


    My other forms show up fine. http://sugashocphotography.com/agreement-and-payment/


    I already deleted the field and added it back in and it still does not show up. 

  • Jan
    Replied on September 22, 2017 at 11:24 PM

    I was able to replicate the issue on your webpage and when I cloned the form. Please try to inject the CSS code below to increase the height of the form:

    .jotform-form {
    height: 1200px !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes

    Hope that helps. Let us know if the issue persists. Thank you.

  • sugashocphotography
    Replied on September 23, 2017 at 11:48 AM

    Thank you. This worked!