As stated, After I submit the form and It goes to a confirmaton page I want the form itself to clear all entries. As it is now if I click go back the filled in fields are still present and could be submitted again.
Thank You, Kiparis
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Using the Back button in a browser simply returns to a previously viewed page. These pages are usually cached and are not easy to clear the way you suggest. It is much easier to just prevent double submission by comparing a selected field to identify the uniqueness of an entry. In any case this is not a standard part of phpFormgen and must be added as a custom enhancement.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As stated, After I submit the form and It goes to a confirmaton page I want the form itself to clear all entries. As it is now if I click go back the filled in fields are still present and could be submitted again.
Thank You, Kiparis
Using the Back button in a browser simply returns to a previously viewed page. These pages are usually cached and are not easy to clear the way you suggest. It is much easier to just prevent double submission by comparing a selected field to identify the uniqueness of an entry. In any case this is not a standard part of phpFormgen and must be added as a custom enhancement.