Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I used to do that. Now I create SFDC campaigns and add registrants to a campaign for each event. The other thing I previously did was create a timestamp for each registration, make it active in RCA, and create a report of anyone with a value for that timestamp. You can the schedule that report to au...
I would create different landing page templates for each workspace and have the tracking code in the template. This way you don't have to think about adding it. Otherwise, you can create a program token and add it to the templates and update it for each program/workspace that the page lives in. You ...
We sometimes purchase vanity URLs to some of our MKTO landing pages, and they have worked fine in the past, but we ran into an issue with our latest iteration which is using a mobile optimized landing page template. When the redirect occurs it displays the desktop version of the page on mobile devic...
Sanford - your example is exactly what I am looking for, although I'm not clear regarding the placement of the script. I'm not a developer, but can read/write code based on examples like the one you provided and know that once I understand the placement I can make the code you shared work for me . T...
I'm working in Forms 2.0 and know how to hide/show fields. What I would like to do is show/hide field values based on multiple selections: FIELD NAME - Product name: FIELD VALUES- Product A, Product B, Product C, Product D....FIELD NAME - Support Representative: FIELD VALUES - Rep A, Rep B, Rep CIf ...
Yes. You have to purchase Marketo professional services, but it is possible. They use a third party app, Dell Boomi, to feed data into Marketo.
Thanks Jason. That worked. I took all of my code and dropped it in an HTML object and was able to remove the portion you suggested. I'll follow-up with test results of doing so, with form operations, but I'm incined to believe that this solves my issue. Thanks again!
Now that I'm looking at this, is the solution to remove the MKTO fancy button CSS below? /* Start fancy button */ div.buttonSubmit { position: relative; float: left; } div.buttonSubmit input, div.buttonSubmit span { background-image: url(https://www.marketo.com/buttons/button-submit10.gif); /* ch...
#additionalLinksContent ul li a { font: normal 16px/16px Arial, Helvetica, sans-serif; color: #005a8c; } /*form page section*/ #formContent { float: left; margin: 0px 0 0 18px; } #formContent p { float: left; font: normal 15px/18px Arial, Helvetica, sans-serif; color: #000000; } /*STYLE FOR THE FOR...
font: bold 15px/25px Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; text-align: center; background: #ef8200; -moz-border-radius: 4px; border-radius: 4px; } #contentDivider { float: left; width: 1px; height: 100px; background-color: #b2d8e7; } #options .borderBottom { float: le...