Search code examples
phphtmlformsregistration

How to prevent refresh page error while submitting POST form?


When registration form submits using POST method and when you refresh the same page then it will prompt for resubmit or resend information. How we can prevent this?


Solution

  • Use post-redirect-get. In short:

    enter image description here