To verify email addresses, I would use javascript. As far as the only submitting data from the textarea, simply take this line out of the php:
and just simply have this:Code:if ($_POST[name] and $_POST[email] and ...
That will only ensure that they have something in the textarea.Code:if ($_POST[textarea])
And also, that test email was from me. I uploaded your code to my server, and forgot to change the $to email address. Sorry.
