Removing Submit button via CSS

  • aussiedivorce
    Asked on July 18, 2025 at 11:27 PM

    Thanks
    Also, why the sumbit button is not removed
    https://form.jotform.com/251981401075858

    button#input_23 {

    display: none;

    }

  • Jeric JotForm Support
    Replied on July 18, 2025 at 11:39 PM

    Hi Alan,

    You can remove your existing code and inject the CSS code instead:

    .form-submit-button.submit-button.jf-form-buttons.jsTest-submitField.legacy-submit {
      display: none;
    }


    Here's the result on the cloned version of your form:

    Removing Submit button via CSS Image 1 Screenshot 20

    Give it a try and let us know how it goes.

Your Reply