macgadger
macgadger
This is for Bootstrap4: onInit: function() { $("#your-form-id").formValidation({ framework: "bootstrap", err: { clazz: "invalid-feedback" }, control: { valid: "is-valid", invalid: "is-invalid" }, row: { invalid: "has-danger" }, /*fields: { name:...
@plasebo I have already submitted the code above to use with bootstrap 4.