Aug 8th, 2011, 3:36 AM
Worked great, but only to remove the error coloring on the fields that have errors.
So, since I'm using rsv.displayType="display-html", I added the following jQuery code to the function:
$("#rsvErrors").hide();
and that seems to have done the trick on removing the box of error messages as well.
So, since I'm using rsv.displayType="display-html", I added the following jQuery code to the function:
$("#rsvErrors").hide();
and that seems to have done the trick on removing the box of error messages as well.