S
Steve Wright
Hi all,
I am after some advice.
I have a form with 40 odd fields in it.
Firstly,
I was wondering what the best way of doing data validation is. As I see it
I can do it in a number of ways.
1. Validate each field, by firing a validation script onBlur, as it gets
entered.
2. Validate the entire form at the end of the data entyry process.
3. Use a mixture of both by validating each field as I go and then
validating the entire form again on submit.
I am currently leaning towards option 3.
Secondly,
2. Is it appropriate to use the window status bar to provide guidance on
data entry or is there a better way of doing it.
Note: the validation must be done Client side as I have no access to Server
side stuff. The form is submitted using a mailto:.
TIA
Steve
I am after some advice.
I have a form with 40 odd fields in it.
Firstly,
I was wondering what the best way of doing data validation is. As I see it
I can do it in a number of ways.
1. Validate each field, by firing a validation script onBlur, as it gets
entered.
2. Validate the entire form at the end of the data entyry process.
3. Use a mixture of both by validating each field as I go and then
validating the entire form again on submit.
I am currently leaning towards option 3.
Secondly,
2. Is it appropriate to use the window status bar to provide guidance on
data entry or is there a better way of doing it.
Note: the validation must be done Client side as I have no access to Server
side stuff. The form is submitted using a mailto:.
TIA
Steve