How do I add a print button to my survey (for consent forms)? | XM Community
Skip to main content
Solved

How do I add a print button to my survey (for consent forms)?

  • December 8, 2017
  • 2 replies
  • 237 views

Poppy
Qualtrics Employee
How do I add a print button to my survey (for consent forms)?

Best answer by JulieT

Poppy, here is the code you need: <div style="text-align: right;"> <input type="button" onClick="window.print()" value="Print"/> </div> !

2 replies

JulieT
Level 3 ●●●
Forum|alt.badge.img+10
  • Level 3 ●●●
  • Answer
  • December 11, 2017
Poppy, here is the code you need: <div style="text-align: right;"> <input type="button" onClick="window.print()" value="Print"/> </div> !

  • July 14, 2019
I used the above code but it's not working for me. Any tips?