Reset

I was wondering if anyone knew how to make it where a person can go back on a form that has a mistake without erasing all the information they have entered?
It seems that on the forms I create when you have to go back to the page, it clears the form. - not good.

You can store the submitted values sent initially into the users [fphp]session[/fphp], when you render the form just see if these values exist.

:slight_smile: