Solved
How to change the text displayed in the progress bar?
Currently there is "Survey completion" displayed. In German "Umfragenfortschritt". Can I change this text?
Best answer by GrayMatterThinking
You could do this with JavaScript. Assuming you have the Progress Bar turned on with verbose text then to replace the Survey Completion text go to your survey Look & Feel. Go to General and in Header switch to html and input the following:
<script>
jQuery("table.ProgressBarContainer tbody tr td:eq(0) label").text("Umfragenfortschritt");
</script>
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.