I have been using html for my submit button, and I have been searching through the pages and found no solution to my problems. I tried using php but fact is I am hopeless at that.
If you could help me I would be really greatful...I used this script

<form action="mailto:[email protected]" method="post" enctype="text/plain" name="form1">

<textarea name="textarea" cols="50" rows="7"></textarea>

<input type="reset" name="Reset" value="Reset">

<input type="submit" name="Submit2" value="Submit">

</form>