PDA

View Full Version : Add mailing list to web page.



wanting2learn
24 Nov 2008, 04:06 AM
Hi,

I need to add a mailing list to my website pretty quickly.

I need fields for:
Name:
Country:
Telephone number:
Email Address:

Can someone tell me how I can quickly do this. Are there 'addons' I can just add to a web page that will do all this for me?

Thanks

Harry

Wickham
24 Nov 2008, 05:41 AM
I don't think you can do it quickly; even from tutorials you will have to edit fields and urls, etc.

If you want a webpage form which sends data straight to your email address, look at Formmail
http://www.formmail.com/
or
http://www.wickham43.net/formemail.php

It's better to get data sent to a database as shown here:-
http://www.wickham43.net/formphptomysql.php
from which you can send entries in bulk to your email or to an Excel spreadsheet.

You will get spammed from any form, so beware. You may have to take further advice on how to deal with a spammer later.