form field validation and the error notification page

K

karen

Ok, foolishly I'd like to replace the default form error
page with a custom page. However, I'd like the custom
page to contain the specific error information (as does
the default page), not just a generic error message.
Don't suppose any of you kind souls can help me out?

-karen
 
S

Stefan B Rusynko

Form Field validation is done with JavaScript
- view source in your browser and write your own JavaScript




| Ok, foolishly I'd like to replace the default form error
| page with a custom page. However, I'd like the custom
| page to contain the specific error information (as does
| the default page), not just a generic error message.
| Don't suppose any of you kind souls can help me out?
|
| -karen
 
Top