Re: [WSG] Form Submit

2007-11-20 Thread Brian Cummiskey
Alexander Uribe wrote: I've created a page on a site that has a form for customers to submit information. I want the information to be emailed to me but I don't want to use the mailto:[EMAIL PROTECTED] as it brings up outlook express. Does anyone know what I will need to make sure it

Re: [WSG] Form Submit

2007-11-20 Thread Grant Novey
I believe what you want to do is use a form handler. This will send the form information to a desired email address once the submit button is pressed. This can be accomplished in many different ways. If you don't have the means to program your own, check out www.hotscripts.com and search for 'form

RE: [WSG] Form Submit

2007-11-20 Thread Alexander Uribe
Thanks for that Grant! cheers Date: Tue, 20 Nov 2007 22:15:41 -0600 From: [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Subject: Re: [WSG] Form Submit I believe what you want to do is use a form handler. This will send the form information to a desired email address once the submit button

Re: [WSG] Form Submit

2007-11-20 Thread Michael Horowitz
You generally would post the form to a page with code such as PERL,PHP or ASP.NET to process the form. Here is one simple tutorial on it http://apptools.com/phptools/forms/ Here is a link to alot of tutorials http://www.tutorialized.com/tutorials/PHP/Form-Processing/1 Michael Horowitz