Hide the submit button.

  • aussiedivorce
    Asked on July 18, 2025 at 1:47 AM
    Please check why the submit button is still showing in this form
    https://form.jotform.com/251980602884060

    I wish, your team would make things a lot easier for end user
  • Ravi JotForm Support
    Replied on July 18, 2025 at 1:54 AM

    Hi Alan,

    Each form typically has its own unique field IDs for the fields, including for the Submit button. That’s why the CSS code from one form doesn’t work when applied to another.

    You can easily remove the Submit Button on this form by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    button#input_7 {
    display: none;
    }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.

    Hide the submit button Screenshot 20

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

Your Reply