Thank you Brian. This is a big one for our team. If we were to remove API access from someone, we need to change the key and provide new keys to every one needs to keep accessing t...
It would be great if we, the Marketo instance admins, could create unique API keys/accounts to provide to partners, or internal teams access that can be turned on or off as well as...
Rani,Why not contact Marketo and get a fixed IP address for your Marketo instance/account? It probably has a cost, but that way only emails originated from your account will be usi...
Gaurav,Why not contact Marketo and get a fixed IP address for your Marketo instance/account? It probably has a cost, but that way only emails originated from your account will be u...
I like to use my own code to do that. This is independent of Marketo and should work for any form fields.I created this function to parse the url and grab any parameters it may hav...
Jordan,Are you using an actual Marketo domain name? If you are, I suggest you do create a new sub domain of your company's domain to run in Marketo's instance. After that, you need...
The Javascript function is being called upon form submit. David has the overriding formSubmit() calling the changeFollowupURL() function.i.e.function formSubmit(elt)
{
changeFollo...
Elliot,The URLs that you showed on your list are actually in some way valid URLs that have been opened and because you have the Munchkin script on them, you get them on the list. A...
David,Have you already defined $jQ to invoke jQuery? $jQ does not invoke jQuery by default. I don't see anywhere on your code defining $jQ.The code looks like it should work but I ...