Posted by Leif K-Brooks on 06/16/05 04:05
Domestos wrote:
> on page two I use PHP to validate the form and if there is an error I wanted
> to provide the user with a link below the error message so they go back a
> page and do not lose the details they have already entered. If I provided a
> link to go back to the start of page 1, the users info is lost...
<p>Please use your browser's back button to go correct these form
validation errors.</p>
But even better, do it the right way and have PHP redisplay the form
with the values they entered pre-filled.
[Back to original message]
|