hey Jen,
i had the same issue that you are having.
I use a php script that does the trick really nicely.
One of the things that I don't like about the scripts is how they show up. Can be a little confusing.
Kinda look like this:
name= whatever
date= whatever
etc, etc.
Make sure that when you name your fields that they are different enough that you can differenciate between them.
I had a friend create an html email that will send the form exactly as it is on the site. Makes it a lot easier to print and file, much cleaner looking.
Once you get your script, or pm me if you want and I will show you mine, you need to add the "action" to the form.
You should see a line in the code that says <form id="form1" name="form1" method="post" action="contact.php">
The action is what calls the script into action. You also need to make sure that your server can run PHP.
I'm not sure if this will be any help to you, but i know it would have helped me when i started! 
|