Print Button or Create PDF | XM Community
Question

Print Button or Create PDF

  • 26 July 2019
  • 4 replies
  • 83 views

Userlevel 7
Badge +6
Is anyone else having problem programming a print button in a specific question? The code I used to use is no longer working.

4 replies

Userlevel 3
Badge +6
Did this get resolved? I am also experiencing the same problem.
Userlevel 7
Badge +6
@nadaly - No, unfortunatley not.
Badge +2
I was getting a JavaScript error in response to my html code for a print button. I brought this up with Qualtrics Support and it went up to the engineers. So if that was your problem also, it may now be fixed. I use this code:
<input type="button" value="Print this page" onClick="window.print()">
@Akdashboard Were you able to figure out how to create a Print button?

Leave a Reply