Computer Hope

Internet & Networking => Web design => Topic started by: Michael_Wilson on August 21, 2004, 01:43:51 PM

Title: Capture E-mail
Post by: Michael_Wilson on August 21, 2004, 01:43:51 PM

Hi folks!  I was wondering how can I make  a small ad pop up so that I can can prompt vistors to my site to enter their email.  I writeing a newsletter that I will be sending out each month.  It will be free to all visitors who leave their email address.  Do I need to use HTML or what should I do?  Thanks in advance for all your help.
Title: Re: Capture E-mail
Post by: Joleen on August 23, 2004, 06:05:46 AM
It depends on what you plan to do with the information once you've got it.  One easy thing to do is to create a form then on submit, send yourself an email with the data.  It won't be stored in a database (unless you input the data again) but you won't have to worry about .php or the like.
Title: Re: Capture E-mail
Post by: stephen palmer on September 23, 2004, 08:44:06 AM
hi joleen, i am very new to this. i have already created a form for my website and a submit button, but how do i send the whole form to my email address!
                                                                thanks stephen
Title: Re: Capture E-mail
Post by: Joleen on September 23, 2004, 09:43:27 AM
To be honest, I've never had to do this via HTML.  You might be able to do something in the FORM Post but I think you'll have to go with CGI to get this done.