Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
It is nothing out of the ordinary - we use a Marketo form to update the values. But I can see &ZeroWidthSpace in sourcehttps://bit.ly/3mTHES5 let values = "Professional\u202FDevelopment\u200B; Accounting & Financial\u202FServices\u200B; Energy &\u202FIndustrials\u200B".split(/\s*;\s*/); values = va...
Thank you, Sanford. For some reason, I was unable to get it to work. This is our payload template:let values = {{Lead.Americas Specific Communications - Daily (L)}}.split(/\\s*;\\s*/);values = values .map( value => value === "Account & Financial Services" ? ["AFA"] : value ) .map( value => value =...
Thanks @SanfordWhiteman ! Agree! A blog post would go a long way! I tried this and got the following exception after calling the webhook. invalid escape '\s' not one of [\b, \t, \n, \f, \r, \\, \", \'] at index 74 in "let values = {{Lead.Americas Specific Communications - Daily (L)}}.split (/\s*;\...
FlowBoost has already impressed me with its potential since I started using it earlier this week. Thanks to Sanford and Etumos. I am wondering if there is a better way to achieve our goal with Flowboost's built-in functions to search/replace multi select values. In searching the community, I came ac...
Thank you, Sanford. This makes sense.
Occasionally, we remove people from specific newsletters to comply with business rules. In these cases, we need to remove the "check" from the "Checkboxes" field for associated newsletter on the subscription center form. Though it is easy to add values to a list using Smart Campaign Change Data Valu...
Built this and tested it out - works great now! Also plugged this with Not You? link tutorial on Sandy's blog and it added the much needed shine on the page. Thank you @SanfordWhiteman @Darshil_Shah1!
Bravo, just found it here: https://blog.teknkl.com/marketo-forms-patterns-the-not-you-session-regen-link/ You're the saviour!
Hey @SanfordWhiteman , trying to build something similar but the link no longer seems to work. Do you happen to have a copy of it?
Hi @Darshil_Shah1, Thanks for assistance here! This page is hosted on a Marketo Free-form LP with embed code added in a Custom HTML box. I don't believe we're using Sandy's DTP method.