0 Unsubscribe from the following lists without log-in 3 Andrew Metz posted 6 Years Ago Currently it seems like the "Only unsubscribe me from the following lists" appears only when the person is logged in. It would be great if it was there all the time... Doesn't the person info already get passed to the "Edit Email Preference" block and couldn't that be used to allow the person to update which lists they want to be subscribed to? I'm worried that if people don't want a particular type of email (say Kid's info) they'll unsubscribe from everything without logging in... most people aren't logged, if they even have a log-in when the click "unsubscribe"
Andrew Metz 6 years ago My default code looks a little different{{ 'Global' | Attribute:'PublicApplicationRoot' }}Unsubscribe/{{ Person.UrlEncodedKey }}should it be...{{ 'Global' | Attribute:'PublicApplicationRoot' }}page/276?rckipid={{ Person.UrlEncodedKey }}?CommunicationId={{ Communication.Id }}or what you originally posted?
Andrew Metz 6 years ago OK... for some reason (after much hair pulling) it only works without "?CommunicationId={{ Communication.Id }}" at the end.Like this:{{ 'Global' | Attribute:'PublicApplicationRoot' }}page/276?rckipid={{ Person | PersonTokenCreate }}HOWEVER. this does partially authenticate the person so it shows them as logged in... but with no access to their account... so the "login" menu button shows "Hello ...." and the log out option shows in the menu (but no "My Account")I'm not sure if this matters?
Ken Roach 6 years ago Josiah! You da man! Thank you so much for this solution! Andrew - thanks for asking the question!