I want to build a contact form with Bootstrap, and I found a code snippet on the net. The code is working fine, except the error messages that it shows.
My contact form should be in several languages, so I do not want to show explanation error details if a user provided incorrect information. Here you can see my form: http://158.69.62.110/bs/
How can I get rid of those error messages? Showing red border and cross icon would be sufficient.
How can this form supports different languages?