Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Munchkin never logs interesting moments directly. It logs page views and clicked links. It's up to you to use a flow to elevate some of those to IMs.Using a firewall is mandatory and doesn't affect Munchkin's operation (if you're hosting Munchkin, that's just the underlying JavaScript code anyway. T...
Very simple -- pass the value in the query string (?preselect=1 or ?preselect=2) and set the value when the form loads.
function(form){ form.onSuccess(function(values, followUpUrl){ document.getElementById('confirmform').style.visibility = 'visible'; setTimeout(function(){document.location.href = followUpUrl},4000); return false; }); });
@Regie what I posted is a customized version of the Marketo embed code.@Justin I think the LinkedIn code is supposed to fill the fields automatically (?) based on the mapping element (LI field = Mkto field) when it loads. But this is a really terribly documented feature for a major platform. I hope...
I can tell you that this code duplicates what you provided using the Forms 2.0 API (injects the LinkedIn script dynamically after the Marketo form is loaded and refers to the Marketo fields). Past that, I can't tell you much: documentation on the LI autofill feature is really scant. You'd probably...
@Naor Yeah that's what @Josh meant -- use the token only for the dynamic part of the URL, keeping the http:/https: in the static part of the email.
@Regie K Please post a link to the LI code you're referring to.Like @Justin C says HTML forms (Marketo forms are HTML
...@Justin C One last thing: I feel this should be in the onSuccess rather than the onSubmit to make sure it can't abort the async form post.
How are you coding your pop-out forms? An embedded Forms 2.0 form in lightbox mode, for example, will still log the FoF activity with the form name.
The core sync is one email per lead per day -- but you can't select which email.You can turn this off and, for one example, use the Create Salesforce Task flow step to log individual send actions. However it's not going to look the same as the core sync (it won't have a reference to the email templ...