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:
<p>This is my link: http://{{le...
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 ...
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 o...
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.Ass...
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 Dr...
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 siz...
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 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 ...