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:
The problem seems to be that the js is applying to the parent div of the text/textarea inputs rather than the inputs themselves. I haven't been able to find a way to bypass this and directly call the inputs. Is there anything I can do?