Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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.contains("value")) foo#elseif($string.matches($RegEx))bar...
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 submit a form.EDIT: got sidetracked. this is for Marketo embedded forms, too
So what keeps you from creating a LP inside a Program to clone from?
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 at least have the larger comment field in an extra row and try to make the rows inline-block elements. it will need qui...
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;}
Yes, you are right. That's the trade off. There's no 100% reliability.
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 with an expert on email coding. Even a front end developer cannot get everything right straight away, as most email clients...
What would keep you from creating a Landing Page with a Form 2.0 and pull in the LP in an iframe?
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 - all in one place. Also works with all forms.In GTM it is just one Tag and one or two Lookup Tables.Pull in the form ID...
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 tagable Vanity URLs that can forward to any other URL, to be used e.g. in Ad destinations, file downloads, social media post ...