Is there a way to reset only the bootstrapValidator errors on a form without removing all data from the input fields? I want to retain the data in the form but just remove the validation errors. Using $('#form').bootstrapValidator('resetForm', true); deletes all data from my form which is not what I want. Thank you.