django class based form validation using bootstrap -
I have to validate the form for areas like email, name, etc. The use of bootstrap in my HTML is like the following,
{% load bootstrap}} {{form | Bootstrap}} {{form.email | Bootstrap}}
Please help me validate fields as a use of bootstrap.
Thank you.
By looking at those filters, I think these are from django-bootstrap -toolkit
(). I am the author of this library, this server is for side bootstrap, so it does not provide any functionality for onChange
validation. Also, it's Boostrap3 version for bootstrap's v2.
Comments
Post a Comment