Hi Oleg, This is what I'm using: codefunction validateForm() { // Style for form elements that are valid. var okStyle = { "border": "1px solid #328cc7" }; // Style for form elements that are invalid. var badStyle = { "box-shado...
I'm have some trouble getting my validation javascript to work with a textarea. It works fine with the text inputs, just not the textarea for some reason. It looks like this: https://d2r1vs3d9006ap.cloudfront.net/s3_images/938866/textarea_inline.JPG?1376079072 The problem seems to be that the js is ...