[jQuery] hide labels in Form Validation

[jQuery] hide labels in Form Validation


Hello All,
I'm using the jQuery form validation and want to do three things with
the errors:
1.) Make the border of inputs, option menus, radio buttons, etc. red
2.) Remove the Label error messages from the side of the inputs as
they DESTROY my style arrangement
3.) Have a single one-line message asking to fill in required fields
I saw in the documentation that there's a way to do some of these
things but I don't really understand how to implement it as I'm new to
JS and jQuery.
Thanks!
Jared