Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Michelle,Just wanted to follow up and see if you had any questions / were able to get this into play? Let me know if you've got any questions or if there is anything that'd be helpful to explain in greater detail.Thanks,Dave
Hey Taryn,You can browse Marketo's Guided LP template library here: Guided Landing Page Templates - Marketo Docs - Product Documentation To view the Email Template library, you'll need to make sure that the "New" email editor (2.0) is activated in your instance. You can find this setting under "Emai...
For the 2nd part, you can target just the 1st row in your form using the following CSS:form.mktoForm > .mktoFormRow:nth-of-type(1) {background-color:red;}This targets the 1st form row that is a child of the form element, so it'll exclude all of the other rows.For the 3rd part, you can use the positi...
You might also think about trying something like "visits webpage with URL= _____" and using UTMs on the email buttons/images to track clicks in an email instead of actually counting the clicks. Seems like in the last year or two this metric (clicks link in email) has depreciated significantly in cla...
To help out with email edits, I'll slow down considerably and make sure that I actually can "see" an update live on the canvas before I go in to make another. On the best of days, Marketo can handle a few changes at once (i.e. changing two color variables before the screen reloads) but on most days ...
Hey Michelle-I've setup a basic template to house an example of the form here: FLEX Form CSS - Digital PiThe CSS for this form is included below, you should be able to copy/paste this into the Custom CSS on your form to put it into play on your end.It'd probably be best to clone your live form and a...
I haven't tested the code from Stipo or any of the other free Email coders but I did just have a look at the Stipo demo and I'd just include a word of warning that you carefully test your code each time you create a new email using these services - there were a few things about the code base in the ...
Hey Michelle,I've got a little work to do on this still, but was able to get started on this yesterday. I've got a test page setup here: http://na-ab24.marketo.com/lp/980-YPY-938/testing-lp.html that Im using to host the form as I update it. I've still got some work to do to line up the button row ...
Hey Megan, you can move text inside the fields using the HINT TEXT input in the form editor
Hey Michelle, I had a look at the form here: Contact M-Files for Enterprise Information Management (EIM) Solutions and it looks like there might be a better way to set this up so that your textarea doesn't jump into the middle of the form for mobile. I think instead of using the 2-column approach y...