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...
Jen,Keep in mind that you would need a method of parsing the email inbox where you receive the messages in order to use the data in some systematic way (for lack of a better word)....
Joanna,I think that like Steve said, you should just use 2 different forms. That should be the easiest and most efficient path for what you described.Good luck!