I’ve become a huge fan of all of the client side field validation processes (jQuery, prototype, etc.) that have emerged over the past few years. I think they lead to a better experience for the user and I’ve made it a habit on all of my projects to use this type of process.
What frustrates me though is my inability have control over all the messages that EE might generate. Yes I can style them to my hearts content, but I’m still left with the errors posting to a different page. Unfortunately client side field validation only goes so far. I can’t use it to address all errors the system may generate after evaluating a users submission.
I’m wondering how feasible it would be to provide a means by which the error messages could be directed to the template that contains the form that attempted to submit content?
Thanks for taking the time to read this request.
