How do I stop the Back and Refresh buttons from resubmitting my form?

The standard way is to do it in 3 steps.

  1. the form page submits fields to processing page
  2. processing page processes data and redirects to result page
  3. result page just displays results, reloading it won’t do any harm.

Leave a Comment