Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Form visibility vs form submission is actually what we are looking to measure, in addition to form interaction, so for us this is the way the go. This fits with how we use forms on our landing pages, and the page layouts, and works better than the mkto.form.ready event that I based the trigger on in...
Thank you, Sanford! We did manage to get this to work with a few tweaks, more specifically by adding this to our existing form listener: MktoForms2.whenReady(function (mktoForm) { var formEl = mktoForm.getFormElem()[0]; formEl.addEventListener("focus", function (e) {window.dataLayer.push({ ...
Is there a way to capture the event when a person clicks inside or starts to input a marketo form field, so that I can build a trigger and tag based on this in GTM? Recently, GA4 Enhanced Measurement introduced form submissions events, one of which is "form_start" that triggers when someone actually...
Fab! This is just what I need. Thank you, Sanford!
I'd like to include a rep's name and email address in some emails, and pull in lead owner details in case the person is a SFDC lead, and account owner details in case the person is a SFDC contact associated to an account. However, the standard MKTO tokens only offers lead owner vs account owner, l...
Hi Dave, thanks for your reply. I usually use display:none for my booleans for landing pages, but since email is a different beast I went with this "comment-out-approach" instead. I second your practice that such elements shouldn't contain variables like text, since it clearly doesn't work, but sinc...
Hi Sanford, thanks for your reply. Sorry I didn't include the full code. I haven't tested the final html of this particular template yet, since the problem seems to be in the MTKO editor, given this method works well with other variables. I have however tested this extensively on several responsive ...
Thanks, Grégoire. Yes, this is the workaround I ended up applying as well. It works, just find it odd that it works perfectly with mktoString, mktoImage etc - just not with mktoText. Anyway, thanks for your reply!
Hello, I've created a template with many different modules and variables which all work great, with one exception: I have a mktoText class td inside an element for which I've added visibility control using the mktoBoolean declaration, and it seems I can only use one of the two, but not a combo.Here ...
Marketo support has confirmed that the view source option no longer works due a change in the latest release with regards to the mkt-tok, and the fact that it no longer sticks in the url of the page when viewing an email as a web page.The mkt_tok is still there, but it doesn't stay in the url path o...