There is a wizard in my project having series of forms.
When I click the submit button of the Ist form, it saves data in DB and redirects to IInd form. In IInd form, their values displayed from Ist form and have input fields and redirects to III.
I --> II --> III up to VII
My Question is:
Suppose User is in III form and User clicks back button of browser and then again click on next button of II form, values get inserted in DB again, because of post method.
How to handle browser back and forward button to avoid saving duplicate data. please let me know if you need some more details.