 Level 10 - Community Moderator
            Level 10 - Community Moderator
    Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The only supported way to use tracked links + Velocity is to output the entire tag from Velocity. But let’s step back and make sure we don’t have an XY Problem. What is the full business requirement (not specific technical implementation) that you are trying to meet?
Well, code should be written by experienced developers. Support doesn't know how to code, and testing will show they're wrong in the ways I noted. Simply look at the name attribute of any form field.
Of course.
(Please use the Syntax Highlighter (“Insert/Edit Code Sample”) when adding code so it’s readable. I edited your post this time.) Who wrote this code? It makes little sense as the form fields can never be called UTM Source, UTM Medium, and UTM Campaign. Form field names (a.k.a. SOAP API names) do not...
Do you have that field checked in the tree on the right-hand-side of Script Editor?
As with any cross-system sync, a unique identifier is used to maintain the relationship. You cannot use the email address as the persistent identifier of the record across the two systems. That’s simply impossible, since the email address could change on either side at any time. We want Marketo to c...
#set( $stripTrailingDot = $YourField.replaceAll("\.$","") )
Replacing $lead.YourEmailField with whatever the Velocity object/field name is for your BDR email:#set( $emailField = $lead.YourEmailField )#set( $lhs = $emailField.substring(0,$emailField.lastIndexOf("@")) )#set( $lhsParts = $lhs.split("\.") )#set( $impliedFirstName = $lhsParts[0] )#set( $impliedLa...
Native Visibility Rules and Progressive Profiling pack immense power. But one thing they can’t do is change whether a field is required: if a field is displayed per VR and/or ProgPro rules, it simply picks up the Required setting from Form Editor. This means you need JS for advanced behaviors. Say C...
Modern browsers (that post is from 9 years ago) no longer forward the entire referrer cross-origin by default. You have to add a meta tag for that to still work:
 Applaud 2000
                          Earned on 2.08.21
                        Earned by 1 people
                        Select to learn more
                        Applaud 2000
                          Earned on 2.08.21
                        Earned by 1 people
                        Select to learn more
                       Validate 500
                          Earned on 11.04.22
                        Earned by 2 people
                        Select to learn more
                        Validate 500
                          Earned on 11.04.22
                        Earned by 2 people
                        Select to learn more
                       Artisan
                          Earned on 2.10.21
                        Earned by 7 people
                        Select to learn more
                         Artisan
                          Earned on 2.10.21
                        Earned by 7 people
                        Select to learn more
                       Originator
                          Earned on 2.10.21
                        Earned by 21 people
                        Select to learn more
                        Originator
                          Earned on 2.10.21
                        Earned by 21 people
                        Select to learn more
                       Publish 100
                          Earned on 10.05.21
                        Earned by 3 people
                        Select to learn more
                        Publish 100
                          Earned on 10.05.21
                        Earned by 3 people
                        Select to learn more