Submit button is not working

  • Valeriedoremi
    Asked on October 13, 2017 at 7:12 PM

    The whole form can be filled in, but when you hit submit, the button itself jumps to the right, and has no functionality.  I tried to place my own order and it will not submit.  How do I make it work?  https://form.jotform.com/72856597242165

  • John_Benson
    Replied on October 13, 2017 at 9:37 PM

    I cloned the form and I was able to replicate the issue. To fix the issue, please add this custom CSS code:

    .form-submit-button {

        position : unset !important;

    }

    To add the custom CSS code to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you have any questions. Thank you.