Here is my code: http://codepen.io/anon/pen/fyusx
You will notice the form validates by adding the class .error to the inputs, this produces a red border.
Here’s my problem – when a user fails to type in the required boxes, the .error class is added correctly. When a user corrects their mistake by typing in a box, the red border from the .error class should be taken away. This works, except for the “Message” box. When a user enters something new, the red border remains.
I’m not sure why this only happens with the message box. Any help?