Hopefully this is something easy. Until recently I never noticed that in just about any browser besides Safari, if you miss a required field and have to go back you lose all the data you previously entered. It happens using the back link in the validation error message or by using your browser back button.
What am I missing? Surely there’s a way to retain that info without having to resort to storing session variables and putting them back in the forms with PHP? I’ve got a client who has multiple long forms, and users are annoyed if they miss something (not uncommon) and have to go back and re-enter tons of data.
Thanks!