Skip to main content
Nintex Community Menu Bar

Print Button - Nintex Forms

  • February 17, 2015
  • 0 replies
  • 211 views

Forum|alt.badge.img+9

Summary

Nintex Forms does not currently offer an out-of-the-box method to print a Nintex Form. By adding a custom JavaScript button, you will be able to print the form.

 

Resolution

Note: As Nintex Forms does not have a supported printing method, the print output may render differently than the screen output.

 

Add a Nintex 'Button' control to the form and apply the following:

  • Button Action: JavaScript
  • Button Type: Button
  • Button label: Print
  • Client Click: window.print();

 

btnConfig.png

0 replies

Be the first to reply!