Bootstrap formvalidation.io trying to require one field or the other
You can disable the second validation and make it enabled only when the first is wrong : take a look at this link <form id=”profileForm” method=”post”> <p>Please provide one of these information:</p> <div class=”form-group”> <label class=”control-label”>Social Security Number</label> <input type=”text” class=”form-control” name=”ssn” /> </div> <div class=”form-group text-center”>— Or —</div> <div class=”form-group”> <label class=”control-label”>Driver’s License Number</label> … Read more