Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Technically persona@marketo is a valid email address. It may not be routable on the public internet, but it's valid (in fact most early email addresses had exactly this form, because they were relayed between hosts with simple names).I agree that in the case of a marketing form it shouldn't be allo...
If you don't include the the click tracker won't know to redirect to your SSL page (and we both know you should be using SSL ).
The answer, like Jennifer said, is a very firm No. You as the sender can't force the mailto: to open in a particular mail client, and even they may be unable to associate with their day-to-day mail app because some webmail interfaces cannot be set to handle mailto:.I've written a few times here abo...
If you have a Bitly account, you can use my tool called "Bitlify" to create Bitlinks from within the Marketo UI.The tools is not yet public, but If you're interested, follow me and I'll follow you back and then you can DM me for details.
Add a constraint to the trigger to narrow by web page.
Thanks, Josh. Yes, you can use the Forms 2.0 Lightbox for this.Jim, what you're talking about is called a "lightbox" or "modal" -- not to be confused with an actual popup window, a very different beast. There are many JS add-ins that allow highly customizable lightboxes. Marketo's lightbox is on ...
You defined the function, but you didn't run it! As this is a one-time-use function (never used outside of this context), I'd do:!function trackAdWordsConversion() { var trackingPixel = new Image(1, 1); trackingPixel.src = "//www.googleadservices.com/pagead/conversion/XXXXXXXXXX/?label=XXX...
form.vals() (I prefer to use form::setValues() and form::getValues() for clarity) accepts an object. form.setValues({ Industry: form.getValues().Industry_M__c });
I don't know what you mean by "same ID" -- do you mean "same class" (i.e. .mktoFormRow)?