Very Specific Question.

They have: 6 posts

Joined: Mar 2001

Hello,

I was wondering if anyone knows how you can design a form that allows a user to send information via him specifying an e-mail address to send it to.

For example, i would like to create a form that allows a person to recommend other people to subscribe to my newsletter by putting their e-mail address in the form and pressing submit. This way they can invite someone to subscribe.

I hope my question is understood. http://www.killertacticsjournal.com/ has a feature on their page that is exactly what i am talking about. for reference.

thanks.

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

There are many ways to do what you are asking. In fact, you can do it with plain HTML by doing this:

But that is labour intensive, since you have to add their email address by hand to your list.

Or you can use CGI programming (or other server side scripting languages) that can also interface with databases. These are most common, and the most common of THESE would be http://www.worldwidemarts.com/scripts/ (click on Form Mail).

Again, you would have to add the address by hand, but at least formmail offers some basic form checking.

You may want to investigate the listbots (search for that term) that allow people to submit their email addresses to a list and then when you send out a newsletter, everyone on the list gets it, and you don't have to worry about doing it yourself.

Smiling Suzanne

P.S. If you put the essence of your question in the subject line of your post, it makes it a lot easier for people to decide whether or not to answer your post.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.