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

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

  • 15 February 2022
  • 3 replies
  • 386 views

Badge

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

icon

Best answer by Aanurag_QC 16 February 2022, 15:13

View original

3 replies

Badge +30

<br>

Qualtrics.SurveyEngine.addOnload(function ()

{

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

<br>}

);

<br>

Badge

Thanks Aanurag_QC, works perfectly!

Badge +1

 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?  

Leave a Reply