Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@Debbie M I didn't get the impression that @Naomi M was talking about "lookups" as in cross-referenced fields, but I could be wrong.@Naomi M I would add that if you really just want a big button that says "RSVP", you don't need to show the Lead their own details to update the Lead record. If they c...
Why SFDC and not the Marketo REST API?Of course you can also use the SFDC API, but unless you have a technology investment there it's not any easier.
@Mikal K Create a landing page to gather values, then use a JavaScript redirect to the malto:. However, be warned that mailto: links launched via regular web pages are not as functional as most people think they are. I've posted a couple of screencaps about this.If a user uses a webmail app as the...
You have great instincts! While there's nothing wrong with a separate multi-select and hidden string variable, that just makes more to manage. I would catch the onSubmit event and then change the value to the new, |-delimited single value. User never sees it, but it will be posted to the server l...
OK... but I did provide code that is dirt-simple to use on your site!
@Kyleen P You're really asking two questions in one:Can you upload binary files such as pictures to Marketo in a form post?Can you display such files within the Marketo user interface, if they are browser-compatible formats?The answer to 1. is actually "Yes." You can use the JS FileReader API in co...
But why would you care abo -- just kidding, great idea!
Overriding a few CSS styles to enable the float:.mktoForm { width: 960px;}.mktoForm style + .mktoFormRow { float: left;}.mktoForm style + .mktoFormRow + .mktoFormRow { clear: right;}Restyling forms means a significant CSS investment. You may want to look at my destyled embedded form examp...
You must still be leaving something out of the exact code. 🙂 Or you deleted the final .This is where you put return true; to tell Forms 2.0 to also redirect to the Thank You URL:function(form){ form.onSuccess(function(form){ _gaq.push('_trackEvent' , 'PDF' , 'Down...