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


Nefarius
08-20-2003, 12:11 PM
I used the mailing list java script form at http://javascript.internet.com/forms/mailing-list.html

The question I have is where in the script can I put the e-mail address that I want the form to be sent?

e.g. - Someone goes to my site and joins the mailing list. I'm wanting to recieve the submission through e-mail at MY e-mail address.

THANKS!!!!

Khalid Ali
08-20-2003, 12:33 PM
take a look at this line in your code

<form enctype="text/plain" name="addform" method='get'
action='mailto:you@where.com?subject=TJS - Mailing List' onSubmit="return submitForms()">

the bold text should be replaced with your email address..and if all other stuff is good then it should send email tto u.

Tasmanian Devil
08-20-2003, 12:35 PM
Look in the body of your page and locate the below:

<CENTER>
<FORM enctype="text/plain" name="addform" method='get'
action='mailto:antispammer@earthling.net?subject=TJS - Mailing List' onSubmit="return submitForms()">

The bold text is what you want to replace with your email