Search code examples
phpwordpressconfirm

On go back form Resubmission error in wordpress


http://ichangeitall.com.au/ On the link above, when you will click on get .. you will see a form in which there are check boxes.. and when you move forwards you will see the same type of form. as we go on to the third page and click on back, the browser says CONFIRM RE-SUBMISSION. How should i get rid of it so that the values that we have checked should be auto selected?


Solution

  • CONFIRM RE-SUBMISSION is google chrome related error. I recommend to follow the best programming/coding practices and use session / cookies during form submissions. Look at this tread Keep form values after submit PHP with cookies. I guess it will be helpful.

    Alternatively you can Google for how to store values in cookies on form submit.