Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Works the same there, load the script at the end of the HTML.
⚠️ The custom config in this post is no longer necessary post-2021, as the Forms 2.0 library has been updated to load everything from your LP domain. While you should be loading embedded forms from your Marketo LP domain, it turns out just changing the URL is not enough. Using a non-Marketo-owned d...
Doesn't matter with the above code, the entire row is reordered (including the label).
The Known Visitor HTML -- i.e. the HTML you enter into the Rich Text popup on the Setup tab.
This post is about Integer in the database → real Boolean in Velocity. You're referring to Boolean in the database → real Boolean in Velocity. And this itself has two different sub-cases: Boolean in the Lead database, and Boolean in the Custom Object database. a Boolean on a CO is...
New developers (and non-developers) often mistake values that might be converted to, converted from, or treated sort of like Booleans for a language’s actual Boolean type. This leads to internal contradictions like: I have a Boolean with field with values “on” and “off”. and If my Boolean is ...
Read it years ago and have referenced it many times.
Community user JW asked a surprisingly unprecedented (AFAIK) question:I am looking to send out a communication to our customers that includes that persons Policy Number. Unfortunately our legal department will not let us send the entire {{lead.Policy Number}} digitally. We are permitted to send the ...
For arithmetic in Velocity, the only safe approach is the so-called “tools-ish” one: use MathTool methods like $math.add, $math.sub, and $math.mul.The ruleAside from the one exception later in this post, you should not use the Java-like math operators (+ and -).The core reason is the plus sign + an...
I think "assignment" en anglais rather than "assignation" unless you want to get in trouble w/HR.