Click to See Complete Forum and Search --> : Mailing List form


ziffgone
08-17-2003, 02:30 PM
Hello, I'm relatively new to javascript and would like a little help with this script for a Mailing list form. (You can find it here (http://javascript.internet.com/forms/mailing-list.html) ).

I replaced the example "mailto:" e-mail address with my own, but when I tried it, all I got was a blank e-mail. What I'm hoping you can help me with, is how can I make it so I receive all the info that the user put in the form in the e-mail to me?

Thanks for any info you can give...

ziffgone.

Khalid Ali
08-17-2003, 02:47 PM
make sure that in the form element method attribute reads like this

method="post"