Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Do you have multiple classes on the TR? If so, is the mktoModule the very first class?
Hi Kristopher, There are a few ways to do what you like. Here's a simple addition to the loadForm example that will unhide an element by id. Alternatively, you could try targeting by class if needed. MktoForms2.loadForm("//app-**.marketo.com", "***-***-***", 1354, function(form) { //Add an onSu...
Hi Kristopher,A little hard to troubleshoot without seeing a page, but in looking at the embed, the issue might be with using 'whenReady'. That will run for multiple Marketo forms after they have loaded and 'are ready'. If you want to target a specific form, run your code within the loadForm fu...
Hi Chelsie,As Sanford mentions, it would take the API to find by lead id but there is a work around if you are willing to make a custom field. 1. create a custom field called mktoLeadId 2. use a campaign to set mktoLeadId to: {{lead.id}} for the group of records - you can then target a group of re...
There isn't a way to add additional fields to the pop-up.
Hi Hannah,This is certainly possible! How you do it relies on a lot of criteria... As a general guideline to get you started these are some ways I've done it: A: If using a Marketo Landing page, you could create a 'Step 1 page with a form' and a 'Step 2 page with the other details'B: use 2 MKTO f...