View Full Version : Help!!! Please...


jennyjamestcg
06-14-2004, 05:27 PM
Im trying to make a site for my trading cards and part of the deal is I had to make a form (text boxes)
How do I make it so that people can email the text they type in to me?

Heres what I have... http://geocities.com/jennyjamestcg/ajjiggity.html

I just need to know how people can email the form to me. Please HELP!!

Jenny

JustOnions
06-14-2004, 05:37 PM
Use this to have it email to you.

<FORM METHOD="POST" ACTION="mailto:your email address">

Remember you will need to put your e-mail address immediately after the "mailto:" without a space! This is where the results of the form will be sent.

There are other ways to do this with php and cgi. Let me know if you need more help.

-Justin

pb&j
06-14-2004, 06:21 PM
the MAILTO in a FORM tag may not work in many browsers.
it is best to use a serverside script to process the form data into your email.
perhaps sign on with bravenet free service...
http://www.bravenet.com