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();