-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RainLab.User Integration #23
Comments
I would like to see the feature for new users to be automatically subscribed to a mailing list on registration. |
It's possible today by creating your own component, or even in the page code. This is a good idea and we will look at including a solution in a future version. |
Seems like all you need is a new column called 'user_id' in responsiv_campaign_subscribers table, which would correspond to the id column from the users table. Another thing to add: to link existing subscription to user when non-user becomes a user |
There are two parts to this that will get added: (a) Automatic list registration upon user registration. (b) Marrying existing users to existing subscribers (to collect first + last name and sync email). It's on the TODO list. |
OK. I'd add (c) |
this gets +1 from me... |
Is there currently a way to let people signing up as a user via RainLab.User to also signup for your mailing list?
Is there a way for them to manage the lists they are subscribed to from their account screen?
If neither of these currently exist they would make great additions. I would specifically want to add a checkbox to signup, that is by default checked, to have them added to the list.
The text was updated successfully, but these errors were encountered: