Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Nothing can stop someone from redeploying your code. As I think I responded when you brought this up a few weeks ago, you must be allowed to redeploy your code on any number of domains without preregistering the domain with Marketo. Using GTM is just needless, I would say useless, complexity. Your ...
@Luciana V If you'd rather work completely in your own HTML/CSS editor, you can destyle the Marketo form completely.
@Nate O: As @Justin Norris mentioned in the post linked by @Laura Lewis, we're planning to spin off our in-house reply tracker as a commercial product later this year. If you're interested, sign up for updates here.
It's definitely not user-friendly for those of us who open up Developer Tools! And though almost none of our clients would ever notice it I think @Than Taintor is right to want it to go away. I wonder what Marketo support will come back with. It may be difficult for them to get the load balancer ...
@Scott M where you see withCredentials in the code, that's feature detection: if a new XMLHttpRequest has the withCredentials property set to true or false that means the browser supports XMLHttpRequest2. IE 8 doesn't support XMLHttpRequest2 but has its own flavor, XDR. Earlier browsers can't use ...
Yeah, you'll have to come up to (some) speed with JS. On the bright side, people who've coded in JS for a decade are still coming up to speed!
I looked at your page and I don't see you adding an onSuccess handler at all.All you have is MktoForms2.loadForm("//app-sjn.marketo.com", "641-QIX-912", 1260);
Here is a simple runnable example of onSubmit/onSuccess.
Please post a link to your form. Are you not seeing the onSuccess() callback firing at all?
@Karen B if you have not previously made the choice to append/prepend information to the field -- instead allowing it to be completely overwritten -- then as far as I know there's no way to peek at previous values. You could try using the API to retrace a lead's steps.