I need a crash course in HTML forms.
Basically, I want to place a form in a web page that dumps all fields into an email and sends them to my email account. I have found a few resources to generate php scripts, but so far I cant seem to make it work.
any good links or resources for beginner to moderately skilled HTML programmers?
thanks
http://www.w3schools.com/ (http://www.w3schools.com/) This has some good stuff in it but might be to basic. To do what you are trying to do you have mailto protocol enabled and can be done with relative ease. A little google searching can show you all the junk that comes along with mailto and how to use it. I might be able to help a little more if you have more detailed problems that pop up. Hope that helps,
Nate