Print Button or Create PDF | XM Community
Skip to main content
Question

Print Button or Create PDF

  • July 26, 2019
  • 4 replies
  • 159 views

Akdashboard
Level 4 ●●●●
Forum|alt.badge.img+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

Forum|alt.badge.img+10
  • Level 2 ●●
  • October 15, 2019
Did this get resolved? I am also experiencing the same problem.

Akdashboard
Level 4 ●●●●
Forum|alt.badge.img+6
  • Author
  • Level 4 ●●●●
  • October 15, 2019
@nadaly - No, unfortunatley not.

Quin
Forum|alt.badge.img+3
  • December 13, 2019
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()">

  • January 29, 2020
@Akdashboard Were you able to figure out how to create a Print button?