victorjonsson / jQuery-Form-Validator

[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
971 stars 475 forks source link

Always have the error element displayed #558

Closed iramfkhan closed 7 years ago

iramfkhan commented 7 years ago

Hello,

Is it possible to always have the error span element displayed even if it doesn't have any values? The reason is because the form expands after a value is not filled in, to display the error message. <span class="help-block form-error">This is a required field</span>

Kindly let me know.

Cheers. Iram

victorjonsson commented 7 years ago

You could achieve something like this if you take care of the error dialogs yourself.

http://www.formvalidator.net/#configuration_position