Submit Button Not Displaying

  • techsupportjcc
    Asked on October 20, 2018 at 11:04 PM

    Hello,

    My form Event Request does not display the Submit button when users get to the end of the form. How can I fix this issue?

  • BJoanna
    Replied on October 21, 2018 at 2:53 AM

    I can see the submit button on your Event Request form. 

    1540104680submit Screenshot 10

    Were able to resolve the issue?

    If your form is embedded and the submit button is now shown there, please provide us your webpage URL, so that we can check the form there. 

  • techsupportjcc
    Replied on October 21, 2018 at 8:43 AM
    I'm sorry......I forgot that I had 2 forms out on my website and one is embedded. The embedded one is having the issue. The url is www.jccag.org/event-request.html
    Get Outlook for iOS
    ________________________________
    ...
  • David JotForm Support Manager
    Replied on October 21, 2018 at 11:55 AM

    The submit button is cut-off, please inject the following code to fix it: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    @media screen and (min-width: 768px){

    .jotform-form {

        padding: 0px 0 !important;

    }

    }

    Let us know if you need more help.