GStwin.com GS500 Message Forum

Main Area => Odds n Ends => Topic started by: vtlion on April 01, 2007, 07:53:04 AM

Title: any web-savvy folks feel like doing me a favor?
Post by: vtlion on April 01, 2007, 07:53:04 AM
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
Title: Re: any web-savvy folks feel like doing me a favor?
Post by: natedawg120 on April 02, 2007, 09:07:29 AM
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