solved JR4 Unsubscribe from Newsletter

Ambassador
Ambassador
@ambassador
10 years ago
11 posts
How does one unsubscribe? Also, is there a way to just provide an opt in/out checkbox in the jr_signup.tpl and have it already selected. They can then un-check if they don't want to get the newsletter.

Can you point me in the right direction?
updated by @ambassador: 12/29/14 09:14:37AM
paul
@paul
10 years ago
4,326 posts
Include the following checkbox form element as part of your signup form -

<input type="checkbox" class="checkbox" name="user_note_notify"  checked="checked">

hth
Pa


--
Paul Asher - JR Developer and System Import Specialist

updated by @paul: 01/10/14 05:36:52PM
Ambassador
Ambassador
@ambassador
10 years ago
11 posts
Thanks! Ok I've added it and its looking good. So this will add the user to the newsletter?

Is there a place to see which users are on the email list and how do they unsubscribe? I was looking through the JR4 archives and I don't see it under Edit Profile as someone had mentioned.

I really appreciate the help guys.
paul
@paul
10 years ago
4,326 posts
Users are subscribed to the newsletter by default on signup. This checkbox will give them the option of signing up unsubscribed.
They can subscribe/unsubscribe at any time via a checkbox in their user account page.
I don't think there's an admin tool to see all subscribers in one go. You'd need to do that directly with a database query.
hth
Pa


--
Paul Asher - JR Developer and System Import Specialist
Ambassador
Ambassador
@ambassador
10 years ago
11 posts
Ok, thanks Paul. I appreciate your help.

Tags