Aug 5th, 2011, 6:02 PM
Hi Ryan,
Thanks for sending me a link to the form - it took a little puzzling though, but I found out the problem.
It's actually not so much a problem with the RSV library as the modification I tell you to make in the documentation, to make it compatible with the modifications I made to the RSV script bundled in the core.
To fix it, change this line:
to this:
That should make all errors mysteriously vanish...!
Sorry for the headache. I'll have to update the documentation.
- Ben
Thanks for sending me a link to the form - it took a little puzzling though, but I found out the problem.
It's actually not so much a problem with the RSV library as the modification I tell you to make in the documentation, to make it compatible with the modifications I made to the RSV script bundled in the core.
To fix it, change this line:
Code:
rsv.errorFieldClass = null;
to this:
Code:
rsv.errorFieldClass = "";
That should make all errors mysteriously vanish...!
Sorry for the headache. I'll have to update the documentation.
- Ben