Seth MorrisonAziz NanaDavid RobertsDavid RobertsJ Weis
Hey guys (and especially Seth),
Has any additional progress been made on this issue? I have run into the exact same problem, but I've created a bit of a nightmare, because my page MUST use a WDL.
I created a custom Subscription Management flow whereby the link in the email has a custom query string and when clicked the page does a lookup into a CDO to pull company info, address, image URL, etc. The client has 100+ subscription management groups and I wanted to be able to accommodate all of them in a single page. The CDO WDL also pulls in some identifying information that is used to populate hidden fields on the form that when submitted actually perform the opt out.
The problem is the CDO WDL is not firing with Safari and the page is left defaulted and the hidden field values are not loaded. To the end user, they think they are unsubscribing but they are not.
Fortunately, I built a process to find the submits that do not perform the WDL (Safari) and we are manually unsubscribing them.
I'm debating including the data that is currently stored in the CDO in an array on the page, but I wanted to re-visit this topic with you.