1

i have a drupal site with many users.

I want to add newsletter checkbox in the registration form that allows users to get subscribed to news letters automatically while registration.

shasi kanth
  • 6,987
  • 24
  • 106
  • 158

1 Answers1

3

Have a look at the simplenews module, it allows just this and manages, sending and un subscriptions.

edit

go to admin/settings/simplenews

On the page there is a group box "User registration page options" open that and you can choose which newsletters to show on the registration form.

note this may only be in the .2 version of the module.

Jeremy French
  • 11,707
  • 6
  • 46
  • 71