Is it also possible to directly print the entries instead of first saving and then opening pdf and manually printing?

  • rhydburg11
    Asked on August 24, 2016 at 4:14 AM
    Is it also possible to directly print the entries instead of first saving
    and then opening pdf and manually printing ?
  • Chriistian Jotform Support
    Replied on August 24, 2016 at 4:24 AM

    You can directly print the entries before being submitted by adding a Print Form button beside the submit button. Simply select the Submit button and click the Print Button to turn it on.

    Is it also possible to directly print the entries instead of first saving and then opening pdf and manually printing? Image 1 Screenshot 20

    Once turned on, your users can print the form before they hit submit.
    If you need further assistance, please let us know.
    Regards.

  • rhydburg11
    Replied on August 24, 2016 at 6:45 AM
    Is it possible to print automatically after pressing SUBMIT button.
    Like once submitted, it prints the file.
    Akshay Monga
    *Rhydburg Pharmaceuticals Ltd.*
    www.rplglobal.com
    ...
  • Kevin Support Team Lead
    Replied on August 24, 2016 at 8:41 AM

    Unfortunately will not be possible to print the form once it has been submitted, you may use the source code to modify it and print the form once it has been submitted or before it is submitted, here is a link that should help you to print a page: http://www.w3schools.com/jsref/met_win_print.asp 

    Otherwise you only can display the link to download the PDF with submitted data, so it can be printed.

  • rhydburg11
    Replied on August 25, 2016 at 12:45 AM
    Hi
    If I am to understand correctly, then I need to use the form source code
    and insert it in the link that you shared ??
    If so, in that link, where exactly to put the source code. I am not an
    expert on source code stuff.
    Akshay Monga
    *Rhydburg Pharmaceuticals Ltd.*
    www.rplglobal.com
    ...
  • Chriistian Jotform Support
    Replied on August 25, 2016 at 2:45 AM

    You will not insert the source code in the link that my colleague provided. What my colleague suggests is that you will need to download the full source code of your form and host the code and files on your own server. Once you host the code on your server, you will then be able to modify it and add the code that can be seen from this guide (window.print();). If you are unable to modify the code, then you will need to hire a web developer to modify it for you. Furthermore, please note that you will need to have a server to host the code, otherwise it is not possible to achieve your requirement.
    Regards.