Hi There,
I am stuck here, hope somebody can help me with this :) I want to stop the redirection when someone submits a form from the Submit a request page.
Instead of redirecting I just want to show a Simple popup.
Thanks In Advance
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
You could use the
onbeforeunloadhtml event to accomplish this. Related docs can be found here.Thanks!