Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Just a caveat to Jeff's response -- if you insert links via tokens into emails, you need to do so in the following format, or they will NOT track:
This is my link: http://{{lead.Token}}
This is my link
Essentially you just omit the http:// from your token and have that part actually coded into the ...Are you using the javascript snippet to embed? There's probably an overriding stylesheet on your website that's changing the color.
One way is if you have a different form for each type of activity. For example, if you have a "Webinar" form, you could use a "Filled Out Form" filter, specify that form, then add a "Min Number of Times" constraint, as well as a "Date of Activity" constraint.The one caveat is that if someone submits...
Depending on if you're wanting to do this in an email or on a landing page, there's varying degrees of difficulty (thanks to how email clients handle code). But in general, check out this site for the basics: http://www.w3schools.com/css/css_link.asp
You should be able to just hit "Cancel" instead and it won't auto-fix it.
You could do this a couple of different ways... either create custom fields for each player (e.g. player1_email, player2_email and so on), or you can make it a multi-stage form.Assuming you want each person entered as an indvidual lead, I'd go with the latter. So you could set up four landing pages ...
Try dropping it into the landing page template's HTML.Go into the Design Studio > Landing Pages > Find the template(s) of the pages that will have the form on them > Click "Edit Draft"You'll see the full code for the landing page template and you can scroll down till you find the tag and put your c...
It likely has to do with the size of your images and the scaling you're doing. I would scale the images down to the size you actually intend on using them and save them at that size before placing them on your page. Different browsers handle the scaling differently, but if you take that variable out...
Are you dropping the form onto a Marketo landing page or embedding it? If the former, you can try placing the conditional CSS in the landing page layout.As a side note: if you're testing this with Internet Explorer's developer tools, more recent versions did not recognize conditional comments with t...
You can piece together a unique URL via tokens in an email. So if you want to send everyone in a list to http://www.yoursite.com/[unique-value] you would need to create a field in Marketo called Unique Value, then upload each member's respective string.In your email, you'd just put: http://www.yours...