Adding Page Numbers to a Survey Footer | XM Community
Question

Adding Page Numbers to a Survey Footer

  • 16 July 2020
  • 2 replies
  • 823 views

Badge

Hello,
I am trying to add page numbers in the footer so participants know how far along they are into the survey (something like Page 1 of 2). I know there is the Progress Bar option, but the bulk of the questions are on Page 2 and are dependent on their responses to a question on Page 1, and the Progress Bar does not really accurately reflect how far into the survey they are. Is there a way to have the footer be different on each page?
Thank you!


2 replies

Userlevel 7
Badge +22

To show custom progress bar on each question, you can use this code.
OR
To show page number on each page, you can paste below code on any one question of that page:
jQuery("

Page 1 of 10
").insertAfter("#Buttons");

Userlevel 2
Badge +1

@rondev Is there a way to query the page number, or does it have to be hard-coded?

Leave a Reply