Mar 30th, 2009, 10:41 AM
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:
You may want to also add a style="display:none" attribute to it. RSV will automatically display if it's hidden.
Any help?
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?