i have this form and im trying to get the value from the text area. for some reason it doesn\'t want to.
$('textarea#message') cannot be undefined (if by $ you mean jQuery of course).
$('textarea#message')
$
$('textarea#message') may be of length 0 and then $('textarea#message').val() would be empty that's all
$('textarea#message').val()