Simple Mailing List
Permalink
Hi Everyone
Just thought I should let you know about a nifty simple solution that I use for subscribe/unsubscribe requests - it also has a great backend and is free - have been using it for a number of years and just successfully added it to my Concrete 5 site. It is not integrated with Concrete5 but could help until one is built by someone :) Link is:http://www.notonebit.com/projects/mailinglist/...
I simply pasted the following code into a content block, and it works beautifully.
Only downside is that it requires a MySQL database, but I have many of those so wasn't a problem.
Works great for me!
Cheers
Cliff
Just thought I should let you know about a nifty simple solution that I use for subscribe/unsubscribe requests - it also has a great backend and is free - have been using it for a number of years and just successfully added it to my Concrete 5 site. It is not integrated with Concrete5 but could help until one is built by someone :) Link is:http://www.notonebit.com/projects/mailinglist/...
I simply pasted the following code into a content block, and it works beautifully.
Only downside is that it requires a MySQL database, but I have many of those so wasn't a problem.
<form action="http://site_name.com/simple/process.php" method="post"> <p align="center">Please enter your email address below to subscribe or unsubscribe to our mailing list and press "Submit"</p> <p align="center"><input name="address" size="23" /> </p> <p align="center"><input name="submit" type="submit" value="Submit" /></p> <p style="margin: 0px; line-height: 100%;" align="center"><br /> For your protection and privacy, subscribe/unsubscribe requests will be confirmed via email.</p> </form>
Works great for me!
Cheers
Cliff
great job guys!.
this package handles subscriptions & unsubscriptions too:
http://inneroptics.net/concrete5/mailing-list/...
http://inneroptics.net/concrete5/mailing-list/...