How do I add a print button to my survey (for consent forms)? | XM Community
Skip to main content
How do I add a print button to my survey (for consent forms)?
Poppy, here is the code you need:

<div style="text-align: right;">

<input type="button" onClick="window.print()" value="Print"/>

</div>



!
I used the above code but it's not working for me. Any tips?

Leave a Reply