I'm looking to have the authenticated role list subscriptions enabled on the user registration form. Is this functionality in the module at all? Any ideas how I could put together a hack for this?

Thanks in advance.

Comments

davyvdb’s picture

Category: feature » support
Status: Active » Fixed

This is not available right now. But in wait for a thorough solution, you could just add a field to the registration form (using hook_user or form_alter) and use emf_db_save_request to save the request.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Maikel’s picture

Any active development going on? On a D6 install this module is requested but i am now at the point of 'hacking' in the ability to subscribe to a newsletter on subscription.

Any pointers on how to do this best, or how to make a nice solution? Am now going for taking the usefull parts of mailchimp module to get the job done faster.