Questions tagged [jqbootstrapvalidation]

jqBootstrapValidation is JQuery validation plugin for bootstrap forms.

jqBootstrapValidation is JQuery validation plugin for bootstrap forms.

87 questions
0
votes
1 answer

Bootstrap Validator not validating

I'm trying to use Bootstrap Validator to validate a form, which is split across two "col-md" classes The first is held within a .col-md-8 and the second is in a .col-md-3. The validation is working on the one in the .col-md-8, but nothing in the…
0
votes
2 answers

how to validate element if it is displayed?

I have a form of two elements, the first one is always required, while the second depends on the value of the first element, so if the value of first element equals to Fashion Designers or Fashion Illustrators, the second element display will be…
MD.MD
  • 708
  • 4
  • 14
  • 34
0
votes
2 answers

Submit button got disabled when clicked in bootstrap3 and data is not being sent to database

I am working on a signup page with bootstrap I am using http://bootstrapvalidator.com/ plugin to validate my form. All validation done but when I click on submit button it got disables and data is not sent to next php file, Please help me , My codes…
0
votes
1 answer

How to implement bootstrapvalidation inDjango

I am working on a django website which includes a form for contact information and I am currently using bootstrap to make it "look pretty". I want to use bootstrapvalidator http://bootstrapvalidator.com/ to make the form easy to use for my users. I…
0
votes
0 answers

Remote bootstrap validator

I have a remote bootstrap validator added like this (from http://bootstrapvalidator.com/validators/remote/): form.bootstrapValidator trigger: 'blur', fields: 'tenant[domain]': validators: remote: type:…
Mafi
  • 196
  • 2
  • 7
0
votes
1 answer

Bootstrap Validator - No validation is actually happening

I have been looking into Bootstrap validator, and I have copied and formatted their examples and included all of the required Bootstrap and Bootstrap validator and jQuery code, but the example is not working like it implied. Here is my…
BigBerger
  • 1,765
  • 4
  • 23
  • 43
-1
votes
2 answers

Pass PHP array from Javascript

I would like to pass a PHP array from JavaScript. PHP Data Table --------------------------- | adminID | adminEmail | =========================== | 1 | abc@gmail.com | | 2 | xyz@ymail.com…
GermanCoder
  • 73
  • 2
  • 12
-1
votes
2 answers

Ajax Form - Submitting from all Forms on same page

I have a page with two forms on the same page. The two forms is displayed based on viewport (responsive design/media queries css). On the page I am using bootstrapvalidator in order to validate the fields, and Ajax in order to submit the forms…
Sepi
  • 75
  • 2
  • 13
-1
votes
1 answer

Bootstrap form validation not working

I am trying to validate username and password field using bootstrap validator I have included css and js for bootstrap validator. form id to validate is #login Code is as below