Is it possible to print a form after submission ?

  • sellyon
    Asked on November 16, 2017 at 6:58 PM

    Is it possible after having filled out a form to print this form before (or after) submission ?

    Thank you for your answer.



  • John_Benson
    Replied on November 16, 2017 at 9:08 PM

    May I know who is going to print it? (the user or you the form owner)

    If you want to print the form submissions, you can do that on the Submissions panel. Here's a guide on how to open the Submissions panel: 

    https://www.jotform.com/help/269-How-to-View-Form-Submissions.

    After that, select the form submission and click the Print button.

    Is it possible to print a form after submission ? Image 10

    You can also add a Print button to your form by following this guide: https://www.jotform.com/help/24-Print-Button-on-Forms

    If you're referring to a different issue, please let us know. Thank you.


  • sellyon
    Replied on November 17, 2017 at 4:42 AM

    Thank you very much. I should like the user be able to print the form after having filled it out. Your answer is good for me. But is it possible to get the print button without the submission button in the form.

  • candy
    Replied on November 17, 2017 at 8:56 AM

    As my colleague has already explained, it is possible to set a Print button to the form in order to let your users print as you can see detailed information at the following guide: https://www.jotform.com/help/24-Print-Button-on-Forms 

    I have cloned your form named "Bulletin d'adhésion 2018" on my side as an example.

    If you want to hide the submit button while print button existence, you can inject following CSS codes to the form in order to hide the submit button as you can see in the following screenshot below:

    .form-submit-button{

      display: none !important;

    }

    1510926967Screen Shot 2017 11 17 at 4 Screenshot 10

    I hope this helps.

  • sellyon
    Replied on November 17, 2017 at 9:21 AM

    I thank you very much for your efficient help.

    Michel