Site Links:
Find our published WF subdomain which is very much early on into a big project below as well as my read-only link.
https://preview.webflow.com/preview/ironmarketgroup?preview=cb858705174666c8c3b59d2f6ae256b8
Intro:
Due to GDPR coming into play soon in the EU, we have to let all of our clients, current & future prospects review and set their communication preferences. I’m doing this via MailChimp’s free account and due to their current compliance limitations, I’m forced to do this via their non-code platform.
Issue:
I’m having an issue with trying to link returning users who want to update their already set preferences. I have to do this via MailChimp’s *|UPDATE_PROFILE|*
Merge Tag. See the walkthrough here:
The link renders as follows:
<a href="*|UPDATE_PROFILE|*" target="_blank">click here</a>
Mailchimp’s embed.js should convert it to the correct href link but Webflow is sending the user to http://ironmarketgroup.webflow.io/*%7CUPDATE_PROFILE%7C*
, which is obviously showing a 404. I presume either Mailchimp isn’t working as planned or Webflow is trying to find a page and overriding MC’s normal behaviour.
Replicate:
Head to IronMarketGroup.Webflow.io and click the test link I’ve called ‘Change Preferences’ in the footer, then press ‘Click Here’ at the end of the small intro.
Question:
Is this an issue I can resolve with some code trickery from Webflow’s end or is it an issue with Mailchimp’s pop up form do you think?