Loosing FORM data before submit

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply

Have you ever accidetnally cleared a FORM and wished the application was written better?

Yes
5
83%
NO
1
17%
 
Total votes: 6

alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Loosing FORM data before submit

Post by alex.barylski »

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???
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

Some registration forms annoy me.. particularly when you submit, then it tells you that the username your requested is already in use, but it has cleared the entire form :(

I just walk away from sites if they do that.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

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
Post Reply