Best answer by MatthewM
Hi, we were able to customize the "request response" message with the below javascript code:let my_interval;Qualtrics.SurveyEngine.addOnReady(function(){document.querySelector("#NextButton").onclick = function() {my_interval = setInterval(() => {err_msg = document.querySelector("#ErrorMessage");if (err_msg != null) {err_msg.innerText = "Custom Message";clearInterval(my_interval);}}, 10);};});
That code worked great! Thank you!
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.