Well, as you will see how formvalidation normally works, it is placing a glyphicon as correct or incorrect as you type the email or password with its regular expression, as in this example that appears in the documentation Example , and I would like to know how to display the glyphicon when you finish writing in the input, or when you click submit .
I have not found a way to do it, I wanted to use the delay method as this part of the documentation says , but it has not worked for me.