How Can I Remove (Hide) a Form Submit Button

  • Exgroup
    Asked on June 27, 2014 at 3:24 PM

    Print i'm constructing a form, and I just want my user to print the form and now submit it. But i'm trying to remove "submit button" so that it will only show "print button" but I can't just do it. Can anyone help me?

  • Mike_T Jotform Support
    Replied on June 27, 2014 at 3:43 PM

    Thank you for contacting us.

    In order to remove the form Submit button, please inject the following CSS to your form:

    .form-submit-button {
    display: none;
    }

    How Can I Remove (Hide) a Form Submit Button Image 1 Screenshot 20

    If you need any further assistance, please let us know. We will be happy to help.