Someone created a marketo form and embedded it on our website: the code looks like this: <form id="mktoForm_542"></form> <script src="//app-sj04.marketo.com/js/forms2/js/for...
Thanks Sanford, I was missing the form tag! This works (it's not valid HTML as you mentioned, but it works anyway):<html><body><h1>Marketo form test</h1> <form id="mktoForm_539"><...
I have put the embed code on a page:https://hatch130.github.io/marketo-sandbox/The page contains only this source code:<html><body><h1>Marketo form test</h1><script src="//app-sj04...