Fr4om your (slightly unlcear) post im assuming your trying to get the results of an online form emailed to you inbox when someone ahs filled it in and then clicks submit.
If this is the case id suggest using
php and the $_POST command, its pretty easy to teach yourself to create a
php form and it has the added benefits of being able to check that people have actually filled in the form. Add to this the ability to check that email addresses are actually of the form
A@B.somthing and you soon find yourself recieveing much less spam, and gathering much more valuable information from your sites visitors.
check out
http://www.w3schools.com and also make sure to visit
http://www.phpfreaks.com you should be able to teach yourself to write a fully functional
php form (with no database backend) in a day if you apply yourself.
Good luck