Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks to both. This works like a charm!
I am having an issue with the following code: ##set the variable referrer to the last Marketo Form URL and set to lowercase#set( $referrer = ${lead.anyvalue.toLowerCase()})##check value#if( $referrer.contains("abc"))#set( $url = "www.abc.com")#set( $name = "abc")##second check#elseif( $referrer.con...