Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
You can get all the Info, Company Info, and SFDC Info tabs by creating a smart list that will target only this one person (for example by selecting email="john.doe@example.com"). Then you can export this person's data by exporting this list and selecting all fields. This will get you all the person ...
Hello, I need to use a custom font on a landing page. I plan to use Monotype library, which seems to be available from both fonts.com and myfonts.com, both at the same price of 120 euros/dollars per year. Have anybody used this subscription from either of these sites on Marketo landing pages? Any pi...
Thanks, Greg for the suggestion of handling of opt-in on forms. This my come handy. Right now I am considering a different use case, when we get indication of person is opted in in Salesforce, but cannot consider him opted in, until he or she clicks on confirmation email (and maybe even confirms on ...
Hello,I would like to tap the collective wisdom of the community to weigh pros/cons about how to handle people who did not yet confirmed their subscription. In several cases, for example double opt-in, we want to limit the marketing to operational emails before the person clicked on confirmation ema...
If you use Salesforce, you could use campaigns for this
To get this info, I export the form fill activities, which gives most of the data you would need to keep track of the form usage including date/time, form ID and the URL of the page containing the form in a csv file. As Sanford notes, you will not see the forms that are embedded on pages that nobody...
Put this CSS right before the closing tag in the head section..background { background-size: 100% auto; background-repeat: no-repeat; background-position: bottom center;}Pavel
Hello Mukesh,You can add or remove people from static list. This is the common way to integrate through REST API. You can reference the static list from your smart list.I hope it helpsPavel
Please note that the email template also contains an Outlook-only code, which is not affected by this change. In Outlook in Windows the image will scale to fit, if that is not what you want you may also consider to pad the image with white space to make it the recommended width (640px).
Changebackground-position: bottom left;tobackground-position: bottom center;Best regards,Pavel