To an extent, yes. You will no longer be able to retrieve lead details of an anonymous lead via lead ID, since there will not be any anonymous records which have lead IDs. Promotin...
The class of the known lead box is "mktoTemplateBox" so you can just apply style to it, either in the custom CSS of your form, you in your landing page. For example, if you add thi...
Mike's solution will work, but if you're API savvy, you can use the Import Lead API, and set your lookupField as 'id' then import your list with id and email columns. This will mat...
As Jennifer noted, you can use Email Scripting for this in emails. If you're trying to use opportunity info for smart list rules, you'll want to use the "has opportunity" filter or...
IPs are not unique identifiers, so a reverse IP lookup cannot tell you who a person is, only what network they are accessing your site from. RTP uses cookies to identify specific b...
You've kept the setTimeout included, which is causing the 2 second delay. This is in my demo script just to show it in action so you can see the difference between pre and post-exe...