Change the ‘NEXT’ button to ‘SUBMIT’ on TOC Conclusion Page | XM Community
Skip to main content
Question

Change the ‘NEXT’ button to ‘SUBMIT’ on TOC Conclusion Page

  • May 24, 2023
  • 5 replies
  • 200 views

Forum|alt.badge.img+4

Hello, 

Very grateful if you can help me on this request.

Can we change the ‘NEXT’ button to ‘SUBMIT’ specifically on the Table of Contents Conclusion Page ?

 

5 replies

krbhavya
Level 6 ●●●●●●
Forum|alt.badge.img+20
  • Level 6 ●●●●●●
  • May 24, 2023

Hi @Gilles 

Please refer to below post

 


ArunDubey
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+41
  • QPN Level 8 ●●●●●●●●
  • May 24, 2023

Hi @Gilles , I’m sure @krbhavya response will resolve your issue. if you still face any issue, please let us know. Thanks!!


Forum|alt.badge.img+2
  • Level 1 ●
  • February 3, 2025

Was there any resolution to this? I also need to change the Next button to a Submit button on the Table of Contents conclusion page, not the last page of the survey which is different.


Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • February 4, 2025

@Skolar248 Add this JS to any question on whichever page you want the next button to say somthing else.

 

Qualtrics.SurveyEngine.addOnload(function () {
const nextButton = document.querySelector("#NextButton");
nextButton.value = "WHATEVER YOU WANT IT TO SAY";
});

 

 


Forum|alt.badge.img+2
  • Level 1 ●
  • February 5, 2025

The Table of Contents Page at the end of the survey doesn’t have any questions on it, it’s a page that Qualtrics generates if you select the “Add Table of Contents conclusion page” under the Table of Contents element in the survey flow. I’ve already tried adding code to the final survey question, it changes the next button text on the last page of the survey, but not the next button on the ToC page. Maybe changing the text of the next button on this page isn’t possible?