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 automatically sends 
the information to my email address?

Alex, you will need to do some server-side scripting, as in php.

using the languages' mail() function will send from the form.

http://us2.php.net/mail



Off topic, this is a standards group, not necessarily a programming 
help list.



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



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
handler'. Hope this helps.



On Nov 20, 2007 10:02 PM, Alexander Uribe [EMAIL PROTECTED] wrote:


 Hi there,

 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 automatically sends the
 information to my email address?


 Thanks alot

 Alex

 --
 Check our comprehensive Salary Centre Overpaid or 
 Underpaid?http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fcontent%2Emycareer%2Ecom%2Eau%2Fsalary%2Dcentre%3Fs%5Fcid%3D595810_t=766724125_r=Hotmail_Email_Tagline_MyCareer_Oct07_m=EXT

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

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 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 handler'. Hope this helps.



On Nov 20, 2007 10:02 PM, Alexander Uribe 
[EMAIL PROTECTED] wrote:






Hi there,

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 automatically sends the 
information to my email address?


Thanks alot

Alex

Check our comprehensive Salary Centre 
Overpaid or Underpaid?



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm

Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]

***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***
_
Your Future Starts Here. Dream it? Then be it! Find it at www.seek.com.au
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2F%3Ftracking%3Dsk%3Ahet%3Ask%3Anine%3A0%3Ahot%3Atext_t=764565661_r=OCT07_endtext_Future_m=EXT

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


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
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



Alexander Uribe wrote:


Hi there,

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 automatically sends 
the information to my email address?



Thanks alot

Alex


Check our comprehensive Salary Centre Overpaid or Underpaid? 
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fcontent%2Emycareer%2Ecom%2Eau%2Fsalary%2Dcentre%3Fs%5Fcid%3D595810_t=766724125_r=Hotmail_Email_Tagline_MyCareer_Oct07_m=EXT

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***