Web Hosting Talk







View Full Version : Need a SIMPLY easy HTML/PHP Subscribe to Newsletter form...


juanmorris
03-06-2010, 04:30 AM
Need a SIMPLY easy HTML/PHP Subscribe to Newsletter form...
I'm having a hard time finding an easy simple HTML or PHP

Subscribe to newsletter form

basically all i want is

a form exactly like this:

Name:
Email :
"Submit Button"


and I want that whenever someone puts in their email address and clicks submit

it just adds it to a database or txt file even on my domain or something like

domain.com/email-list.txt

and it adds each email address on one line..

should be mad easy to do, just can't find it.

please help

thanks

Reply With Quote Multi-Quote This Message Quick reply to this message

ibee
03-06-2010, 05:11 AM
try constantcontact.com

Dezigno
03-06-2010, 09:38 AM
Hey,

try: http://themeforest.net/?no_signin=true

joza
03-16-2010, 04:02 PM
hm i think dezigno meant codecanyon.net,check this codecanyon.net/searches?term=php+form+subscribe&type=files

energizedit
03-16-2010, 04:23 PM
Themeforest.net has themes no sign of a signup form with the link that was provided. Waht you want can be done simply with php. Check php.net to get an idea of what to do. look at http://php.net/manual/en/function.fwrite.php

colbyt
03-16-2010, 05:29 PM
I think for your security you should have a script that requires them to confirm their joining. This is called a "double opt-in".

They sign up, you add them to the DB with a pending status, send them an email and ask them to confirm, when they click the supplied link the the status changes to from pending to confirmed.

I am not sure but I think that to be in 100% compliance you also need an opt-out link and that should be included in all emails you send to a particular address.