When setting up double opt-in email for subscriptions we selected a page/landing page to which the user will be redirected from the email.
We created a custom page based on our own template, and are unsuccessfully trying to get the user’s email to show on the page.
Would b great if anyone can assist with that.
Thanks for the input! We’re using our own *HubSpot* custom page template. I tried using variables like {{ contact.email }} but it’s not showing anything.
Hello @jon_sola , did you solve the issue?
I have a different thing but could be potentially the same cause.
What I have are two pages:
1) DOI Confirmation Page
2) Unsubscription Confirmation Page
They both use the same template from the content I can see on the page, but they live on different URLs:
1) /hs/manage-preferences/optin-confirmed
2) /hs/preferences-center/de/confirm
It both uses the custom module in the template to plug in custom content. BUT… when using {{ contact.email }} variable the DOI page displays users email and all the other data (like language variations set in the user profile), but the unsubscribe page confirmation shows only the default version, including the default dummy email, not the user email, so its obvious it’s not tracking user correctly.
I would wonder, did you manage to solve it? Maybe you have a clue why this was happening to you?
If you didn’t solve it, it might be useful to put heads together and figure it out, as its kinda annoying to change content to the generic content for all DOI and subscription pages because they pull the same content and don’t render it the same way.