> Has anyone been able to successfully customize this message ("You have already completed this survey") using JavaScript?
Please see this thread
@TomG - Have you attempted this customization?
Reviving this old thread. Does anyone know a way to change the authenticator error message when someone tries to authenticate for a second time? (Not how to change the more general message when someone tries to complete a survey they've already completed without a survey flow authenticator.)
Hello NickVEIC
You can include the below code in header of look and feel
Hope this helps!
Hi
This would be helpful for me but I can’t see you code.
Thanks :)
<script>
Qualtrics.SurveyEngine.addOnReady(function(){
/*Place your JavaScript here to run when the page loads*/
jQuery('.ValidationError').text('this is the update');
});
</script>
Thanks
Any idea how I would hide a question if an email authentication was not successful?
Thanks :)
If the subsequent blocks are nested within authentication branch it wouldn’t be shown to the respondent.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.