This documentation page is for Quform version 1 and may not be applicable for Quform 2 click here to visit the documentation for Quform 2.
Printing forms is not handled consistently cross-browser, and it would print the whole page (without customization). Add a HTML element to the form and add this as the HTML option in the settings.
1 | <a href="#" onclick="window.print(); return false;">Print</a> |
<a href="#" onclick="window.print(); return false;">Print</a>
You can position/style the button using CSS.
Alternative
Another way to allow the user to print the form data is to send them a copy of the submitted data to their email address, they can then print this email – see this guide to set this up!