After submission of form for validation, if improper data, when user returns all correct data is lost as originally submitted.
Anyone have a suggestion?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
October 04, 2010 11:43am
Subscribe [3]#1 / Oct 04, 2010 11:43am
After submission of form for validation, if improper data, when user returns all correct data is lost as originally submitted.
Anyone have a suggestion?
#2 / Oct 04, 2010 4:51pm
What browser are you using? I am afraid that is a user agent issue, some keep the data you entered and some don’t.
#3 / Oct 04, 2010 5:06pm
I use Firefox. However I’ve tried it on all others IE, safari etc with same results.
#4 / Oct 05, 2010 3:08am
Michael,
As Ingmar says it is a user agent issue. It is the default behaviour of your browser.
You can avoid this by using a JavaScript validator on your forms maybe. Which doesn’t allow a user to proceed until they have completed form successfully
Does that help?