Next Page Button: Update Text
This article will show you how to update the Next Page button text
Update the Next Page Button Text for 1 Screen
Follow the steps below to set this up:
- Add the question(s) needed onto the page
- Within a question on that page, click on 'ADD JAVASCRIPT'
- Add the code below and update the text to what you need for this screen
/* UPDATE NEXT PAGE BUTTON TEXT FOR THIS SCREEN */ jQuery('#cm-NextButton').text("LET'S BEGIN"); /* UPDATE THE TEXT IN QUOTES */
- Click on the 'SAVE' button
- Make sure to test
Update the default Next Page button text
To update the default 'Next Page' button text, follow these steps:
- While in the Survey Authoring Tool (SAT), click on 'SURVEY SETTINGS' on the left
- Then click on 'DEFAULT TEXT'
- On the 'DEFAULT TEXT' card, change the text in the 'NEXT PAGE BUTTON' field. This will change the default on all pages to this text.
- NOTE: If you are trying to update the text on just one screen (previous section), that will override the default for that 1 page