I would like to have a print button but NOT a submit button...How

  • TMSinc
    Asked on March 1, 2015 at 9:42 PM
  • Ashwin JotForm Support
    Replied on March 2, 2015 at 8:52 AM

    Hello TMSinc,

    You do not want your form to be submitted and input data captured?

    You need to configure your form to show print button and then inject custom css code in your form to hide the submit button. You may like to take a look at the following guide on how to add print button in form:  http://www.jotform.com/help/24-Print-Button-on-Forms 

    You can inject the following custom css code in form to hide the submit button:

    .form-submit-button {

    display: none;

    }

    The following guide should help you on how to inject custom css code in form:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Please check the screenshot below which should help you:

    I would like to have a print button but NOT a submit button Screenshot 20

     

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!