943,754 Members | Top Members by Rank

Ad:
Jul 17th, 2003
0

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

Expand Post »
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
Similar Threads
Reputation Points: 31
Solved Threads: 0
Newbie Poster
beeman81 is offline Offline
19 posts
since Jun 2003
Jul 17th, 2003
0

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
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>
Administrator
Staff Writer
Reputation Points: 1422
Solved Threads: 162
The Queen of DaniWeb
cscgal is offline Offline
13,645 posts
since Feb 2002
May 10th, 2004
0

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!
Reputation Points: 8
Solved Threads: 0
Newbie Poster
nacho45 is offline Offline
15 posts
since May 2004
May 10th, 2004
1

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.
Administrator
Staff Writer
Reputation Points: 1422
Solved Threads: 162
The Queen of DaniWeb
cscgal is offline Offline
13,645 posts
since Feb 2002
Nov 16th, 2005
0

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
Reputation Points: 11
Solved Threads: 0
Newbie Poster
chalimac is offline Offline
13 posts
since Nov 2005
Nov 16th, 2005
0

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

Please don't resurrect 1.5 year old threads!
Team Colleague
Reputation Points: 227
Solved Threads: 37
Made Her Cry
tgreer is offline Offline
1,697 posts
since Dec 2004
Nov 16th, 2005
0

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.
Reputation Points: 11
Solved Threads: 0
Newbie Poster
chalimac is offline Offline
13 posts
since Nov 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: height: 100% - cannot get this to work
Next Thread in HTML and CSS Forum Timeline: CSS External Linking Problems





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC