The Submit button at the end of my form is not working.

  • USfA
    Asked on February 15, 2021 at 4:38 PM

    Hi - The Submit button at the end of my form is not working. It doesn't look right in the form itself and also doesnt operate its function when clicked on.

    Jotform Thread 2899789 Screenshot
  • Jed_C
    Replied on February 15, 2021 at 8:32 PM

    It's not aligned due to the CSS injected into your form. Please remove the following block of code in your style settings.

    .form-submit-button {
      position : absolute;
      top : 30px;
      left : 120px;
      height : auto !important;
      box-shadow : none;
    }

    1613439049 602b2049edc32 The Easiest Onl Screenshot 10

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    As for the submit function, it's working for me when I tested your form.

    1613439108 602b20843f834 Thank You   Goo Screenshot 21

    If your form is embedded on a website, please share to us the exact link where you embedded your form so we can check.

    Looking forward for your response.

  • USfA
    Replied on February 15, 2021 at 10:11 PM
    Hi Jed, thank you for your response and discovery. I don’t know how to work with CSS. I don’t see an option for CSS code in the settings area that your picture shows? Here’s all I see:
    [Graphical user interface, application Description automatically generated]
    ...
  • USfA
    Replied on February 15, 2021 at 10:11 PM
    AH! Nevermind, I hadn’t looked at the CSS info resource you sent me; I was able to make the correction you suggested! 😊
    ...
  • USfA
    Replied on February 15, 2021 at 10:22 PM
    Thank you for all your help Jed - I just tested it and its working great!!
    ...