Users changing their email address on unsubscribe page | Community
Skip to main content
Level 4
July 7, 2020
Solved

Users changing their email address on unsubscribe page

  • July 7, 2020
  • 2 replies
  • 1965 views

Hello - we recently changed our unsubscribe process from a single-opt out to a preference center where users can check what type of content they are receiving. On this new page, there is a textbox that populates the users email address. We are finding that a good chunk of people are modifying their email addresses here, which is causing the system to create new users with only email addresses.

 

How can we prevent this from happening/what is best practice? Does it make sense to block the email field so that it's read-only?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jay_Jiang

if what you're annoyed with is new leads (technically duplicates) being created and not the fact that email addresses are being updated, use a proxy field.

 

If you don't want email addresses being changed, print the token as rich text and not part of the form. You don't need the email address field in a form for it to submit as the currently cookied known visitor.

 

On my preference page, I gate it with dynamic content so that if anyone isn't known, the form is destroyed and they get a message saying they didn't access the page from an email and then get redirected to our homepage.

 

 

2 replies

Jay_Jiang
Jay_JiangAccepted solution
Level 10
July 8, 2020

if what you're annoyed with is new leads (technically duplicates) being created and not the fact that email addresses are being updated, use a proxy field.

 

If you don't want email addresses being changed, print the token as rich text and not part of the form. You don't need the email address field in a form for it to submit as the currently cookied known visitor.

 

On my preference page, I gate it with dynamic content so that if anyone isn't known, the form is destroyed and they get a message saying they didn't access the page from an email and then get redirected to our homepage.

 

 

Amy_Goldfine
Level 9
July 8, 2020

A less technical option is to let them be created, then run a smart list subscription monthly to send you a list of those people, and you go in and manually delete them. Thats what we're doing right now.

Amy GoldfineMarketo Champion & Adobe Community Advisor