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.
Well... I admire your sense of adventure!
A Marketo LP isn’t the place for advanced 2FA like an OTP Authenticator. You could integrate with an SMS OTP service, but validation woul...
Only using the REST API, and only if the content is inline as opposed to using tokens (though you can separately fetch token content using the REST API).
Please remember to use the Syntax Highlighter (“Insert/Edit Code Sample”) so your code is readable.
I edited your post this time.
Custom JS API form behaviors need to be loaded ...
Well, someone with enough experience w/Marketo forms can definitely tweak them to look 99.9% identical. But it’s not an instant thing, as you have to translate styles for the new H...
The underlying HTML markup is completely different, you won’t just be able to “drop” styles in.
At the very least you need to ensure the parent elements are the same, right now yo...
If we went with the {{my.token}} route, in the code you provided earlier, we could have "Product Interest" in place of "SomeField" can it be in any format or does it need to the t...
Here are some resources to help you get started:
Marketo Webhooks Documentation:https://developers.marketo.com/rest-api/(Focus on "POST /rest/v1/leads.json" for creating leads)
...