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.
Hussam, there's no need (other than consistency and, well, security) to have your Marketo landing pages run over SSL. Your main site can be https:// while Mkto is still http://.
Well, if you include the original download link in the Thank You email then it also "sends" the content (you can't send attachments with Marketo anyway). But I understand you don't...
Certainly not expected. A half-second to download the form description, maybe. Although it does depend on how far (geographically) the user is from your Marketo instance. What's a ...
Huh? Not at all. You only need one form. I've outlined this recipe a few times recently.See Re: How do I update the submit button and error message to reflect local language (i.e F...
In the landing page, add an HTML block. In it, put<script>MktoForms2.whenReady(function(form) { form.onSuccess(function(vals, thankYouURL) { window.parent.location = thankYouURL; r...
Look in the Activity Log for a test lead after following the link. That'll show you how the system identifies the clicked link and the hosting web page.
All JS enhancements to a form go inside the onReady/whenReady listener (that's the 4th argument to MktoForms2.loadForm or 1st arg to MktoForms2.whenReady). The former case is for e...
When you set up the form, you should have a hidden field that populates a field -- stored on the lead record -- from the appropriate query param, for example 'utm_source'. Hidden f...