Hi, I have got some very rudimentary validation working with JQuery validation, however, by default, it creates some label tags with the error messages in them, right next to the input tags which have errors.
How can I control where these error messages are displayed, as they're inside the same div as the input tag which is causing display issues. I'm very new to JQuery so please elaborate a little bit if you can. Thanks! B