ReactiveRaven / jqBootstrapValidation

A JQuery validation framework for bootstrap forms.
http://reactiveraven.github.io/jqBootstrapValidation
MIT License
1.35k stars 336 forks source link

data-validation-required-message doesn't work #189

Open Thyiad opened 8 years ago

Thyiad commented 8 years ago

I set required and data-validation-required-message attribute, but data-validation-required-message doesn't work

I use Bootstrap v3.3.6 and Jquery v1.11.0

jon-moreira commented 7 years ago

I have the same problem :(

bootstrap v.3.3.2 ad jquery 1.11.1

Nidhishpp commented 6 years ago

just add novalidate in form tag eg:

<form id="myform" novalidate>

It is going to work.