Skip to main content
Nintex Community Menu Bar

Nintex form How to print a form data? I don't have Enterprise version

  • September 10, 2017
  • 4 replies
  • 19 views

Forum|alt.badge.img+4

Hi All,

        I have on receipt form created using Nintex forms. The user will fill the details and has to print it. I want to know how to print this ?

4 replies

Forum|alt.badge.img+16

I've known a few workarounds for this.

ive seen people use a word document with content controls and use workflow "update document" action to put item details into document and save ready for printing.

ive also used ssrs to report the data and be printable from that too.


Forum|alt.badge.img+4
  • Author
  • September 11, 2017

can i give a print button in the form and print it just like we are doing in asp.net applications?


Forum|alt.badge.img+12
  • Nintex Partner
  • September 11, 2017

You could place a button control on the form and have it call a javascript function that will call the browser print dialog.

However this will print the whole browser content and not only the form.

Would that still be helpful?

Best regards

Enrico


Forum|alt.badge.img+16

Just added a blog post here ‌ that might help.