How can I create form that can only be printed, and not submitted?

  • CHF
    Asked on February 14, 2017 at 7:50 PM

    I am on a committee for a spring formal, and we are only accepting mailed registrations. I need a nice form that people can fill out online and then print. How do can I make a form only printable?

  • Ashwin JotForm Support
    Replied on February 15, 2017 at 2:19 AM

    Hello CHF,

    In that case you do not have to show "Submit" button in form and just show "Print" button. 

    Since "Print" button cannot be added without adding "Submit" button, you should add following custom css code to hide the submit: 

    .form-submit-button {

        display: none;

    }

    Please check the screenshot below:

    How can I create form that can only be printed, and not submitted? Image 1 Screenshot 20

     

     

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!