Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
In this bit of CSS:.mktoForm .mktoButtonWrap.mktoSimple .mktoButton { width:320px !important; background:#f8991d !important; padding:10px 20px !important; font-size: 28px !important;}You'd want to change background to background-color.
If I had to guess, I'd say it's probably the margin on the .mktoButtonWrap element you had here:.mktoButtonWrap { margin-left:0 !important;}That's telling the button container to start all the way to the left of the form it's in. Add a positive value there (or try setting it to auto), and you shou...
Hi Nate,You have options in terms of where exactly to put custom CSS to target forms -- you can do it at the form level (so that all pages with this form have the border/button), or at the template level (so that any form on a landing page created with that template has those styles) or on a single ...
Hi Lynette, If you block field updates from form fillouts, that will allow you to retain the original value in that field.
Hi Tom,Not sure if you've seen this thread today: Broken Webinar Registration Sync -- but it sounds like this may be a known behavior due to GTW's API authorization token expiry. Try refreshing your login in Launchpoint as Josh suggests and see if that does the trick.
I haven't heard of anything specifically around GTM, but something similar did happen with WebEx a few months back -- essentially all WebEx API users were logged out across Marketo instances. Anyone affected had to re-input their credentials in Launchpoint (even if they hadn't technically changed)....
Greg summed it up perfectly. There's obviously lots of different pieces of legislation to consider here, but if you're curious the FTC has a good summary on staying complaint for CAN-SPAM:It’s common for email sent by businesses to mix commercial content and transactional or relationship content. W...
Hi Jamie -- if you click on "Device OS" in the right-most column from your screenshot, the report graph will filter to show your metrics broken out by OS. You can also do this by clicking the "By..." dropdown above the chart and selecting either "Device Type" (to see Desktop vs Mobile vs Tablet) or...
Ah, yep, I missed the requirement on allowing for multiple selections, so you are going to want to go down the path recommended by Dory/Sanford, since segments unfortunately won't be able to work around that.
Hi Kathi,You can also accomplish this using segmentations and dynamic content -- you could create a new segmentation for "Event Date" and create segments which look for the field value you passed through in the form.Then in the email you'd be able to make the section you want to change Dynamic, and ...