I'm a web, database, and network architect based in NYC, with specializations in the financial services, publishing, and SaaS sectors.
I build complex Marketo integrations for companies large and small... and can make Marketo forms and emails do things you never thought possible!
Check out my blog at https://blog.teknkl.com, which has Marketo-specific technical insights you won't see anywhere else, along with wider topics from my programming and systems work.
@Max S I would not advise using a dumb event listener that may think any submit button click == successful submit.The only way to get a proper accounting of successfulsubmits that ...
I posted the other week a completely destyled Forms 2.0 embedded form. Our web team is using such forms to mesh completely within our corporate style. You can do the same code for ...
@Jeff S The Thank You page can go anywhere you want using the 'External URL' option. Also, the Forms 2.0 API allows you to redirect the user anywhere you want using the onSuccess h...
@Carolyn D In addition to @Max S's points, if this is a common need, you can include that supplementary link in emails to your partners with the special mktNoTok class as well as a...
@Dan - Yeah, my bad, the numeric web page ID needs to be translated to a URL via Munchkin in order for that to be in a trigger.But I believe you can use the web page ID (like 16542...
I'd do any followup calls in the onSuccess handler because that way you are logging a successful form post, rather than just an attempted one as in onSubmit (not that failure is co...
@Chris, like @Josh says this is something to build in JS using the Forms 2.0 API...something likethis demoI just put together. (Maybe to add to the Forms 2.0 Cookbook I'm working o...