Has this ever happened to you?
What I mean is...have you ever filled out a form (lengthly to boot) only to have accidentally clicked on a link somewhere inside the form or else where only to click "back" and find you would have to completely re-enter all the information you just entered???
Ever had a customer request you somehow prevent a user from navigating away from a web page when their in the process of filling out a FORM???
What can be done?
Ideas???
Loosing FORM data before submit
Moderator: General Moderators
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
We've had an angry e-mail in the past when someone saved (to his local computer) the form page to continue filling it in later and then of course it wouldn't submit and he lost his data. That was a fun one to deal with.
I don't see how you could prevent someone from navigating away without annoying a bunch of people. Just need to build as much as possible into the form to stop it clearing if they accidentally submit early. Some of the irritating form clearing behaviour is browser dependent unforunately, maybe you can add in some Javascript to ask 'are you sure you want to do this?' so they don't lose stuff by accident.
Mac
I don't see how you could prevent someone from navigating away without annoying a bunch of people. Just need to build as much as possible into the form to stop it clearing if they accidentally submit early. Some of the irritating form clearing behaviour is browser dependent unforunately, maybe you can add in some Javascript to ask 'are you sure you want to do this?' so they don't lose stuff by accident.
Mac