I am trying to hide the header from my end of survey page, however, I'm unable to. | XM Community
Skip to main content
Solved

I am trying to hide the header from my end of survey page, however, I'm unable to.

  • February 15, 2022
  • 3 replies
  • 610 views

Forum|alt.badge.img

Could someone guide me with the CSS/Javascript code and the place to put it to do so?

Best answer by Aanurag_QC

<br>

Qualtrics.SurveyEngine.addOnload(function ()

{

<br> jQuery("#Header").hide();

<br>}

);

<br>

3 replies

Aanurag_QC
QPN Level 5 ●●●●●
Forum|alt.badge.img+31
  • Answer
  • February 16, 2022

<br>

Qualtrics.SurveyEngine.addOnload(function ()

{

<br> jQuery("#Header").hide();

<br>}

);

<br>


Forum|alt.badge.img
  • Author
  • February 17, 2022

Thanks Aanurag_QC, works perfectly!


Forum|alt.badge.img+1
  • August 22, 2022

 Aanurag_QC, thank you for posting this code. Unfortunately, it is not working for me. I am using a custom end of survey message. Would one use a different code for that? Where is this code supposed to be pasted?