HTML Form Problem!!!?

  • Thread starter Thread starter cool person
  • Start date Start date
C

cool person

Guest
I have a form up on the internet and when you click submit, outlook comes up. The form is never sent to my email address. How can I set it up so when people fill it out and submit it, it comes to my email?

If you want to see the code, here is the link:

http://www.cpopedc.com/Form%20Page.html

To view the code (in internet explorer) go to "View" and click "Source"
 
Don't use a mailto: URI as the action ( http://www.isolani.co.uk/articles/mailto.html ) use an HTTP URI with a server side process instead ( http://www.cs.tut.fi/~jkorpela/forms/ )
 
Back
Top