when a survey is completed, a loading page is displayed before redirecting to an external page.
My question is if this page can be removed? and be redirected directly to the external thank you page.
For this, we need to create a custom end of survey message with blank text and in the script tag of the end of survey message use below JS code to redirect:
window.location.href = "REDIRECT URL GOES HERE";
Thank you!
Thank you!
We can change the default page with a custom message. Keep the custom message blank and just add the above script in the script tag.
Hi!
window.location.href = "REDIRECT URL GOES HERE";
if I have mandatory questions in the form, with this code if I press send without answering all the survey questions, the validation of mandatory questions is passed.
Is there any condition where it says that, if the error is active, do not go to the thank you page until all the required questions are answered?
Thanks!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.