How do I add a print button to my survey (for consent forms)?
Page 1 / 1
Poppy, here is the code you need:
<div style="text-align: right;">
<input type="button" onClick="window.print()" value="Print"/>
</div>
!
<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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.