I could not find anyhing here related to the 2013 Marketo Summit, so I thought it would be a good idea to share impressions of the event. For those of you that went to San Francisc...
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 ...
Andrew,I know this is going to sound strange, but try this. Clear all of your browser's cache, cookies, etc. as soon as you see the problem the next time. I for one, I am consisten...