Is there a way to not have a footer appear on the end of survey message? | XM Community
Solved

Is there a way to not have a footer appear on the end of survey message?

  • 2 August 2018
  • 4 replies
  • 332 views

Userlevel 1
Badge +3
See question.
icon

Best answer by TomG 2 August 2018, 20:58

View original

4 replies

Userlevel 7
Badge +27
Yes, you can embed JavaScript in your end of survey message inside a `<script>` tag. Add an addOnload function that finds and replaces the footer text.
Userlevel 1
Badge +3
Do you have an example of what that JavaScript code would look like. So would it then find it and replace it with no footer, which is what I want. Thanks so much for your help with this!
Badge
Hi @Sludemann!

It looks like you may be asking about custom programming/code. We actually have a Developer Corner in the community that is reserved for these types of questions. Therefore, we recommend asking your question in that section instead so coders and programmers are more likely to answer your question.

P.S. They might assume that you already have a basic knowledge of programming and how to integrate it into Qualtrics. If you do not, we recommend checking out W3Schools and our pages on Adding Custom CSS and Adding JavaScript to get a basic understanding!
Userlevel 7
Badge +27
@Sludemann - the code is here: https://gist.github.com/marketinview/1dd98d73296bf3fc8a00bd97572b1319

P.S. Lucky for you it is only one line of code. If it were more involved I wouldn't have bothered.

Leave a Reply