femanager
femanager copied to clipboard
[FEATURE REQUEST] Show client side validation messages underneath the input fields
Hi, It would be nice to show the client side validation messages underneath the input fields.
In function femanagerValidation.writeErrorMessage the error message is injected by element.before(errorMessage); // add message.
How can I override the writeErrorMessage function with element.parent().append(errorMessage); // add message ?
Regards TJ