Solved
Script or CSS to change the text on the 'password protection' page of survey
When I add password protection to a survey, the default message reads "This survey requires a password"
What script or css can I add to the header or 'custom css' section of the 'look & feel' editor to change this?
Best answer by TomG
KateD wrote:
Hi
I’m wondering if something has changed since this was written four years ago when you first responded to this?
Thanks,
Kate.
Yes, the Community platform updates messed up the code:
<script>
Qualtrics.SurveyEngine.addOnload(function() {
var pwLabel = jQuery("label.QuestionText[for=QR\\~Password]");
if(pwLabel.length == 1) pwLabel.html("My new password prompt text");
});
</script>
Leave a Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.