Add 'Go to Homepage' Button on Each Survey Page | XM Community
Skip to main content
Solved

Add 'Go to Homepage' Button on Each Survey Page

  • May 29, 2024
  • 1 reply
  • 57 views

Mannila
Level 4 ●●●●
Forum|alt.badge.img+14
  • Level 4 ●●●●
  • 41 replies

Could we add a button on each page of the survey that says 'Go to homepage,' placed between the ‘BACK’ and ‘NEXT’ buttons, allowing users to return to the beginning of the survey while using individual links (not anonymous links)? I understand that a ‘table of contents’ can achieve this, but is there an alternative that replicates exactly what I described in the form of a button instead?

Best answer by Deepak

@Mannila 

Table of contents is your best bet!

The most you can do is advance or close the session that also by using webservice but going back isn’t the option. api.qualtrics.com/33d67961b023c-update-a-session

Other than that you can use complex JS and enable TOC but handle its functionalities with dummy buttons and hide TOC entirely.

Hope this helps!

1 reply

Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • 1555 replies
  • Answer
  • May 29, 2024

@Mannila 

Table of contents is your best bet!

The most you can do is advance or close the session that also by using webservice but going back isn’t the option. api.qualtrics.com/33d67961b023c-update-a-session

Other than that you can use complex JS and enable TOC but handle its functionalities with dummy buttons and hide TOC entirely.

Hope this helps!