Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
We did invert the true/false values, but like I said previously, Marketo email module previews use the false value, therefore because we use the false value for the default value, it shows a grey button.
I don't know what you mean by four variables defined. There are two. I put the default to false so I could see the content in the module preview. Marketo uses the variable as false for module previews. In doing so, it makes the "active" on switch grey, because its technically false, but I wanted t...
I understand that it should be off-limits, I was just wondering if I could manipulate it a little with a simple color change, I'm not breaking anything.
While creating boolean switches for a Marketo email 2.0 template we noticed that the content didn't show in the modules inside the email editor. The reason being is that Marketo shows the module previews with their boolean value set to "false" even if the default is set to "true". Wanting to have th...
Would hosting the forms2.min.js file on your external https website work? and change the embed code to this:
Thanks a lot! This works perfectly! You're the best!!!
Thanks, for your response.If two choices are selected the output is [187699601952849,144322355954892]
Hi Sanford WhitemanI'm trying to get this script to work. I need a condition for if two choices are selected you get a different output:Here is my code:#set( $outputBysubscriptionFunction = [ { "pattern" : "(?i).*\b(144322355954892&&187699601952849)\b.*", "greeting" : "Cho...
Hi Sandy,I'm trying to get this script to work. I need a condition for if two choices are selected you get a different output:Here is my code:#set( $outputBysubscriptionFunction = [ { "pattern" : "(?i).*\b(144322355954892&&187699601952849)\b.*", "greeting" : "Choices 1 and...