Mar 30th, 2009, 12:03 PM
(Mar 30th, 2009, 10:41 AM)Ben Wrote: Hey Gene,
Ah - the rsv.errorFieldClass setting is an optional CSS class that it assigns to fields that fail the validation - not to the error messages that are inserted into the page. To do that, just add the class to the main rsvErrors element, like so:
Code:<div id="rsvErrors" class="errorField"></div>
You may want to also add a style="display:none" attribute to it. RSV will automatically display if it's hidden.
Any help?
Thanks for the reply Ben. It's all working good now!