Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Guys,You may want to try changing the sources in your embed code to load from your CNAME instead of from the default marketo domains in the embed code like so:Default code: //we need to change app-sjst.marketo.com
//need to change here as well Modified code: //changed to LP Domain //Chan...Hey Daniel,You cannot do this from directly within the form editor, but you can do this with the addition of some custom code. Since Forms 2 loads asynchronously you'll need to use the whenReady event to make sure that the code executes correctly:Keep in mind that you can only have a single id per ...
Hi Alicia,Are you referring to links on Web Pages, or Links in Emails? The Developers sight is referring to usage of a custom clicks link event, and how to pass an argument in the function, which does not affect the default functionality of the Munchkin click tracking capability.
Hi Domenic,Could you please log a support ticket demonstrating your concerns with regard to any potential XSS vulnerabilities?
You'll probably want to use the SFDC Type filter, and use the Is Empty operator. This will find any records which do not have and SFDC type.
Hi Jackie,This is what's called 'Durable Unsubscribe' If a lead in your instance has unsubscribed set to true, any other records which are added to your instance with the same email will have this set to true as well. This will also persist across deletions. You can read more about it here: https...
Hey Val,Please contact support for assistance with this.
Hi Michelle,It's difficult to say without having a live example. It's possible that your munchkin code is set up incorrectly, or a number of other possibiltiy with the smart campaign setup. You may wish to log a support case with some examples so we can take a closer look.
Hey Loulia,Have you checked the settings on the LP itself. When you embed the form on a page, you'e given three options for the follow-up behavior, Stay on Page, a URL, or the Form's default behavior. You can check this by editing your LP draft, selecting the form, and choosing Edit from the gear ...
Hi Cory,If you're using a Marketo Landing Page for your form, it is recommended to add the form to the page directly instead of using the HTML embed code. If you need to add custom form JS to the landing page, then you can add the script directly into an HTML block on the page.