I want to know how I can display error messages at the bottom of the screen using the jquery module, validator plugin
It is also allowed to display one error at a time.
eg: -
name: the first error will have the name
email: - as soon as the name is confirmed, the email
error website will be displayed : - website error.
And how to select a text field of a field one by one in the same style:
<input type = "text" name = "name">
<input type = "text" name = "email">
<input type = "text" name = "website">
<div id = 'error'>, if the name is empty, then only the display name is empty, if not, check your email and after that web / div>
I don’t know how the whole code will look.
Please provide a code snippet.
Thanks in advance
Dave
source
share