Oct 4th, 2009, 5:44 PM
Ah, on this page:
http://entrepreneurshipforum.org/registe...2rsv.shtml
I see you've commented out the following:
Try uncommenting it & removing the custom error handler line, so:
Those two values still need to be overridden every time you use the bundled RSV script.
I'm *pretty* sure that should fix it... but let me know if not!
- Ben
http://entrepreneurshipforum.org/registe...2rsv.shtml
I see you've commented out the following:
Code:
// rsv.errorFieldClass = null;
// rsv.customErrorHandler = null;
// rsv.displayType = "alert-all";
Try uncommenting it & removing the custom error handler line, so:
Code:
rsv.errorFieldClass = null;
rsv.displayType = "alert-all";
Those two values still need to be overridden every time you use the bundled RSV script.
I'm *pretty* sure that should fix it... but let me know if not!
- Ben