Change Text of a Button on a Specific Page

While we have a built-in feature to change the text of the Back, Next, and Submit buttons for the Back and Next buttons you may not wish to change the text on every page. You can change the text of a Next and Back buttons on a per-page basis with a little JavaScript!

1. Click the Add New Action button on the bottom of the page where you wish to change the button.

2. Select JavaScript.

3. Paste one of the below codes:

To change the Next button, paste the below code and replace 'NewText' with your desired text.

$(document).ready(function(){
  $('#sg_NextButton').val('NewText');
});

To change the Back button, paste the below code and replace 'NewText' with your desired text.

$(document).ready(function(){
  $('#sg_BackButton').val('NewText');
});

To change the Submit button, paste the below code and replace ''NewText' with your desired text.

$(document).ready(function(){
  $('#sg_SubmitButton').val('NewText');
});

Scripting and Other Custom Solutions

We’re always happy to help you debug any documented script that is used as is. That said, we do not have the resources to write scripts on demand or to debug a customized script.

If you have customization ideas that you haven't figured out how to tackle, we're happy to be a sounding board for SurveyGizmo features and functionality ideas that might meet your needs. Beyond this, check out our Professional Services; these folks have the scripting chops to help you to achieve what you are looking for!

Basic Standard Market Research HR Professional Full Access Reporting
Free Individual Team & Enterprise
Feature Included In