Bootstrap form submit button disabled even when inputs are correct

We are doing form submission using bootstrap. I have given a sample link
below. Sometimes even if we give correct input, the submit button gets
disabled. We could not able to find a way to track the errors. Please
suggest how to track errors.

For example using the below link if we fill only required fields and
click the submit button the form got submitted. But if we fill all the
fields and click the submit button the button got disabled.

Ref link: http://www.efacility.in/Enquiry-test.php

Please suggest how to fix this

This works after removing click to the button -
‘$(’#validateBtn’).click(function() {
$(‘#form_inputs’).bootstrapValidator(‘validate’); })’

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.