is there is a way to prevent a survey from being printed? | XM Community
Skip to main content
Question

is there is a way to prevent a survey from being printed?

  • May 19, 2023
  • 3 replies
  • 103 views

Dan_FIU_Huston
Level 1 ●
Forum|alt.badge.img+4

Do you know if there is a way to prevent a survey from being printed? 

I can do it on a normal webpage by using a stylesheet for media=”print” 

<link rel="stylesheet" type="text/css" href="print.css" media="print" />

Can something like this be done on a Qualtrics survey page?

 

3 replies

Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • May 19, 2023

@Dan_FIU_Huston

You can hide the entire content of the page while printing, visit this page and add the CSS in look and feel.

Hope it helps!


ArunDubey
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+41
  • QPN Level 8 ●●●●●●●●
  • May 20, 2023

Even if you would prevent user for page printing. User can click photo, or can use snipping tool for capturing screen. You can restrict them for some point but not completely. 


Dan_FIU_Huston
Level 1 ●
Forum|alt.badge.img+4

ArunDubey, understood! However, i am just attempting to ensure i do as much as possible to deter it. Thanks for your input.