Is it possible to have a footer text on only one page/question and not the entire survey?
You could use javascript to display text using the question ID. I use the following code in the Header to change the title of the buttons on the response summary before survey is submitted:
pogi Not sure I understand your response. In the survey you have the options to have header and footer text. It however applies that to all the block/pages/questions. I want to know if I can have a specific foot text on a single question/page and not the entire survey. Hopefully this helps clarifies or maybe I do not understand your response.
It goes against the nature of a header/footer a little bit, but sure you can. You need an "anchor" on the page you want the footer to display on. I'd create a div element in the footer and then on the page you want to display a custom footer, use JavaScript to set the div's innerText. You'll then have to wipe said div's innerText when leaving the page so the footer disappears on all subsequent pages, probably with an on('click') event listener attached to the NextButton.
JeremyK Thanks, would you be so kind and able to provide details steps and JavaScript I can use to do all of this please and thank you.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.