Ba2sai Posted May 19, 2017 Report Share Posted May 19, 2017 Just want to share this solution to redirect the Submission DataPage after showing the Display Message. Insert this code as source text in the Display Message html. You can change the delay by increasing or decreasing the number. <script> setTimeout(function () { window.location.href = "https://www.google.com"; }, 2000); </script> Cheers! DaveS and WiccioRN 2 Quote Link to comment Share on other sites More sharing options...
WiccioRN Posted February 2, 2018 Report Share Posted February 2, 2018 Thanks for this tip! ;-) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.