Hello to everyone.
In the example of realtime email checker using ajax, the errors in the email are reported with colors in the background of the field, like this:
But I'd like to display errors messages in the place of these color changes. How can I do it? Could anyone help-me?
In the example of realtime email checker using ajax, the errors in the email are reported with colors in the background of the field, like this:
if ( r == 'ok' ) {
email.setStyle('background-color', 'green');
} else {
email.setStyle('background-color', 'red');
}
But I'd like to display errors messages in the place of these color changes. How can I do it? Could anyone help-me?
This topic is locked and no more replies can be posted.