Having some trouble with my form's client-side validation. I'm using data annotations and models, but the default display is not visually appealing. I've tried applying CSS, but getting tooltip style errors has been a challenge.
What I really want is something like this:
Most implementations I've found require adding new DOM elements during validation for display, whereas we only have a single element containing the validation message by default.
I was hoping to find a JQuery plugin or MVC-compatible project that allows for easy implementation of this type of validation, as I'm more of a coder than a designer.
If there isn't a straightforward solution, no problem. Thanks in advance for any help!