Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
In your own personal activity log are you seeing the Web Page, if the Munchkin is installed correctly, it should trigger a Visit Web Page there.Mine looks like this:
I think it should work if you use contains and remove the
Yes, but if you hover over them, they will scroll.
You can do this by using Lead was Created and set the Source Type as salesforce.com
If you delete the person in SFDC, it will still exist in Marketo, you may want to think about running a smart campaign to check for this and take an action:The above is the automated way, of course you can make this a manual process so that you have 100% awareness of what is going on.
Also it seems like you didn't have First Name selected in the Lead Section of the Script Token, this is why you see that output:
The easiest way to achieve this is with 2 forms, you can't easily add the same form twice on a page, then in your program just the 2 forms to the smart list in your smart campaign. See an example here: The TIBCO Blog, I have the pop-up for the new users, but it's also at the bottom of each page.
JD I think this is the code you want:#set ($fname = ${lead.FirstName.toLowerCase()})$display.uncapitalize($fname)Info here. Look at this article too.
Malik, I think you're best to contact Marketo Support to investigate this bit, they can dive a bit deeper than what we can see.