Posted by Daniel Tryba on 06/25/05 03:16
Geoff Berrow <blthecat@ckdog.co.uk> wrote:
>>My problem though is if form
>>validation fails on "page 2.php" (where the form data was submitted and
>>the validation performed), how do I return the user to "page1.php" to
>>try again?
>
> You could always tell them to press the back button.
How very userfriendly. Server decides that something is wrong and that
the user should fix it by themselves by backing up a few pages. Some
problems it cause:
-what was wrong again?
-password fields tend to be empty in some browsers (good thing (tm))
-other fields may be reset to defaults (eg. select)
Navigation:
[Reply to this message]
|