QUOTE(Daniel @ Aug 12 2008, 02:25 PM)

Sadly braceyboi, there is no easy way to do this. HTML and the <form> tag itself isn't capable of sending an email, so it tells the computer to load up the default mail client (outlook etc). The only way around this is to write a server side script to process the form, which is the common reason for people learning php.
You might be able to find a copy and paste tutorial, but most require you to learn what your doing. I'm afraid there probably isn't anyone who wants to do it for you, so it might be wise you learnt.
So when you have a free account you can't use php script to send email? Why is that? Isn't there any solution to that problem?