Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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.
I kind of hate the IBM tool -- I'm a techie, so I can understand the output, but IMO everything needs to be rephrased for presentation to anyone else.(Unless something has changed in the last month!)
Some activities are archived after 90 days. I'd have to see a discrepancy report to know what kinds of activities are in your delta.
OK, let's start with two complementary technical points:Getting a positive response back from a remote HTTP call doesn't necessarily mean data was durably committed to a database, because the system may return 200 OK when it merely has put the db request in a work queue.Gettting no response doesn't ...