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.
The principal problem with your plan is the "embedded form" part. If it were a Marketo LP, it's easy: render a token into the page (i.e. in an HTML block), then use the Forms 2.0 A...
I agree with Priyank that a radio button set is commonly -- though not always -- considered semantically appropriate when you want mutually exclusive selections. Radios are meant t...
Glad it worked! Definitely an unintended regression, I'd think. Maybe broken while fixing the ability to use tokens (which is why I pointed to that to try).
What's the URL of your page?Are you inserting the single form via the Forms 2.0 API, or dragging it onto a FFLP, or are you doing exactly as the OP described?
I'm not exactly clear on why you'd want to submit a form that (in this case, by definition) has no new data. You can accomplish the same tracking (with no wear-and-tear) by appendi...
Hank, this is straightforward if you create a webhook endpoint -- one of the primary ways we use 'hooks is to loop back from one lead to another. Although webhooks are more express...
Ah! You must mean the "Forms 2.0 Cookbook" I keep saying I'm going to finish. I can send you the link to my (public) CodePens... anything that starts with MktoForms2 :: is bound f...
In fact the Known Lead HTML can be leveraged to forward to the Follow Up URL quite easily.For the Known Lead HTML, type:<script> document.location = 'http://example.com/your-thank-...
Put this in your Known Lead HTML:<style type="text/css">.mktoModal { display: none !important; }</style>EDIT: Use this instead in your Known Lead HTML:<script> document.body.classN...