Mailchimp merge vars are broken
See original GitHub issueMailChimp merge vats have the syntax *|VARIABLENAME|*
. The problem is that the |
character is replaced by premailer with %7C, so MailChimp won’t parse the variables.
Issue Analytics
- State:
- Created 8 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Resolve the Broken Conditional Merge Tags Alert - Mailchimp
If you have a broken conditional merge tag set in your campaign, you'll see an alert in the Content section of the campaign...
Read more >Mailchimp Merge Tag NOT Working FIX and How ... - YouTube
Test Merge Tags on Signup Forms To run a trial of the | MERGE | labels in your information exchange structures or reaction...
Read more >Troubleshooting MailChimp Merge Tags - YouTube
Are you having problems with MailChimp Merge Tags ? Follow along with me in this troubleshooting video were I'll show you a couple...
Read more >Mailchimp Merge Tags: Awesome Tricks to Save the Day
Merge tags are a great tool to save on time and personalize emails to a large ... you've likely received a mass email...
Read more >Mailchimp - GrowSurf Docs
If you are not seeing all these merge fields within your list this means your limit has been reached and GrowSurf cannot add...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This looks like a duplicate of #72, which contains a link to some code that you can use to turn the inlined HTML into a string without content in attributes being escaped. See the linked issue for more info on what is happening.
There is another case: any smarty template contains variables using
{
and}
almost anywhere in the document. Probable pattern:\{[a-z0-9_\.]+\}