I guess you want to check if the field CONTAINS A, B etc? Not Equals A, B, etc. Right?#set ($string = ${competency.field})#set ($RegEx = "RegularExpressionHere")#if($string.contain...
I'd consider using a cookie to store those params and then autofill form fields from the cookie. this way you can also keep the source if they browse to a different page and then s...
yeah, I think this could be done - even responsive. apply custom CSS to the form columns and form rows that Marketo wraps around the fields.Use a one column layout in the editor or...
Hi Justin,try adding the following at the bottom of your CSS. (not cross browser-tested yet, but should work).mktoButtonRow { width: 100% !important; text-align: center!important;}
Hi Linda,yes indeed. Emails can be responsive too. However there is many things that work different for email clients that for web browsers.You should consider getting in touch wit...
I gotta admit, I haven't used GTM with Marketo forms, yet. However I would go for a tag management solution to use global form tracking to push GA events. It's far more manageable ...
Hi Patrick,as far as I know, Marketo does not have something that provides the Pardot functionality for Custom Redirects - being global, campaign independent, tracked and UTM tagab...