form to get e-mail and name --- for newsletter

Reply

Join Date: Jun 2003
Posts: 19
Reputation: beeman81 is an unknown quantity at this point 
Solved Threads: 0
beeman81 beeman81 is offline Offline
Newbie Poster

form to get e-mail and name --- for newsletter

 
0
  #1
Jul 17th, 2003
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
webmaster at www.appsoftheweb.com
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,035
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 128
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: form to get e-mail and name --- for newsletter

 
0
  #2
Jul 17th, 2003
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
HTML and CSS Syntax (Toggle Plain Text)
  1. <form action="script.php" method="post">
  2. <input type="text" name="username">
  3. <input type="text" name="email">
  4. <input type="submit" value="Join!">
  5. </form>
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 15
Reputation: nacho45 is an unknown quantity at this point 
Solved Threads: 0
nacho45 nacho45 is offline Offline
Newbie Poster

Re: form to get e-mail and name --- for newsletter

 
0
  #3
May 10th, 2004
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!
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,035
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 128
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: form to get e-mail and name --- for newsletter

 
1
  #4
May 10th, 2004
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.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Nov 2005
Posts: 13
Reputation: chalimac is an unknown quantity at this point 
Solved Threads: 0
chalimac chalimac is offline Offline
Newbie Poster

Re: form to get e-mail and name --- for newsletter

 
0
  #5
Nov 16th, 2005
Daniel,

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

XZ
Famous Quotes
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: form to get e-mail and name --- for newsletter

 
0
  #6
Nov 16th, 2005
Please don't resurrect 1.5 year old threads!
Reply With Quote Quick reply to this message  
Join Date: Nov 2005
Posts: 13
Reputation: chalimac is an unknown quantity at this point 
Solved Threads: 0
chalimac chalimac is offline Offline
Newbie Poster

Re: form to get e-mail and name --- for newsletter

 
0
  #7
Nov 16th, 2005
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.
Publisher of a blog about Famous Quotes and Painting
Next project in construction: betting tips
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC