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. |