I want to improve my forms with jQuery Validation Engine. For more accessibility, I want to put the error in a tag below the input tag.
<input type="text" ... >
<p class="error">Error message</p>
Is it possible ?
Thank you !
I want to improve my forms with jQuery Validation Engine. For more accessibility, I want to put the error in a tag below the input tag.
<input type="text" ... >
<p class="error">Error message</p>
Is it possible ?
Thank you !