Solved
In the Summary page of the survey responses answered, can I change the word of "Next" to "Submit"?
Or does the word "Submit" will only appear in the Live Link? Please advise.
Best answer by Anonymous
Hello @TohS ,
Paste the following code in the "Look and feel"->"Advanced" ->"Header"(edit)-> "Source"(<>)
<script>
Qualtrics.SurveyEngine.addOnReady(function()
{
if (jQuery("div").hasClass("ResponseSummary")){
jQuery("#NextButton").attr({value:"Submit",title:"Submit"});}
});
</script>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
