I'm currently getting a message from the browser stating it wants to "Confirm Form Submission".
I have a three step form and the issue occurs when you click the Back button on step 3 of the form to go back to step 2.
The form is built using Drupal and it strictly utilize the HTTP post. I have read on different ways in solving this issue which were specified in the following post:
However, I'm looking if there is a way to fix the issue without having to re-write the entire form.