View Single Post

  #2 (permalink)  
Old 03-12-2006, 12:36 AM
daviddoran's Avatar
daviddoran daviddoran is offline
Wannabe Geek
Recent Blog: iMSISS
 
Join Date: Aug 2006
Location: Meath, Ireland
Posts: 342
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
daviddoran will become famous soon enough
Default

Hi Cormac,
Are you planning to manually CC a list of people who subscribed or would you like to have some software automatically do it?

Allowing sign-up via a form is quite easy, as is storing the email-address, if you would like a web application that allows you to format your email and send it then I'm sure there's one out there.

As for keeping them on the same page, there are two options:
- Have the form dynamically submit via AJAX (no page reload).
- Or have the form submit to a processing page and then back to the page they were on.
Reply With Quote