I have a simple question. I know that I can prevent a form to re-submit itself when the user reloads the page by using the Post/Redirect/Get Pattern. But my question is, will this pattern work if I’m redirecting the user back to the same page where the form was submitted? I mean, I don’t want to redirect the user to another page.
Any help please
Thank you
yes, but you have to remember to redirect him without the GET params.
so you can
this way you are removing the param, and you need to support the
status=doneto show a message or what ever you want.