CSS needed to hide submit button

  • RRdigital
    Asked on October 6, 2016 at 7:12 AM

    Hello,

     

    I would just like the 'print button' showing, please could someone tell me the CSS I need and where to out this in order for this to happen?

    https://form.jotform.com/62785009001954

     

    Thanks,

  • haticeguney
    Replied on October 6, 2016 at 7:23 AM

    Hi @RRdigital,

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

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

    For inject css codes, you can look this :

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

     

    Thank you,

  • RRdigital
    Replied on October 6, 2016 at 7:44 AM

    Thanks for this.

     

    It works when I go onto Designer and add it to the bottom off the CSS, and then once I save it, it disappears on the form, but when I go back to 'my forms' it comes back? Any idea of what I could be doing wrong?

     

    Thanks.

  • Rose
    Replied on October 6, 2016 at 9:34 AM

    Please change the css code that my colleague provided to the following code. 

    #input_2 {

        display : none;

     

    }



    This is the screen show of how it will be seen after injection when you preview your form. 

    CSS needed to hide submit button Image 1 Screenshot 20

    If you  need any further assistance by our side, please let us know. We would be pleased to help you. 

  • RRdigital
    Replied on October 6, 2016 at 10:45 AM

    That has worked. Many thanks.