DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   HTML and CSS (http://www.daniweb.com/forums/forum143.html)
-   -   form to get e-mail and name --- for newsletter (http://www.daniweb.com/forums/thread671.html)

beeman81 Jul 17th, 2003 4:56 am
form to get e-mail and name --- for newsletter
 
Hello!

I was thinking about starting to collect peoples adresses for my newsletter.
To do this I thought about making a pop-under window asking them to subscribe by entering their name and e-mail adress.

How do I do this?

I know how to make a pop-under window, but I'm not sure about the form part (name, adress, submit-button)

Thanks,
Daniel

cscgal Jul 17th, 2003 11:58 am
Re: form to get e-mail and name --- for newsletter
 
To do this, you need a backend script which will send the mail via sendmail (linux) or smtp (windows). The script can be written in php, perl, etc etc.

There are a bunch of free scripts on the Internet you could download provided they're available for your server platform. There are also remotely hosted ones. Just do a google search.

Once you find one, it's just a matter of inserting the proper HTML code into your site
<form action="script.php" method="post">
    <input type="text" name="username">
    <input type="text" name="email">
    <input type="submit" value="Join!">
</form>

nacho45 May 10th, 2004 3:11 pm
Re: form to get e-mail and name --- for newsletter
 
Have you had success with getting email addresses this way?

I'm still trying to find out the best way to get new newsletter enrollees. It's harder than I thought it'd be!

cscgal May 10th, 2004 4:15 pm
Re: form to get e-mail and name --- for newsletter
 
This forum is meant for discussing technical aspects of web development. Nacho, please direct inquiries of this kind to our Website Promotion forum. There, you can chat about the best ways to draw leads, encourage signups, etc. Thanks.

chalimac Nov 16th, 2005 4:45 pm
Re: form to get e-mail and name --- for newsletter
 
Daniel,

If you create a feed you can send it to multiple emails with feedblitz. Make your newsletter in blog format.

XZ
Famous Quotes

tgreer Nov 16th, 2005 7:25 pm
Re: form to get e-mail and name --- for newsletter
 
Please don't resurrect 1.5 year old threads!

chalimac Nov 16th, 2005 8:04 pm
Re: form to get e-mail and name --- for newsletter
 
Sorry, the post showed up in a search and didn't notice the date.
Anyway the solution offered is a good counsel for setting up newsletters and feedblitz is quite recent. Apologies for that.


All times are GMT -4. The time now is 12:32 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC