Re: How can I debug an embedded marketo form?

Anonymous
Not applicable

How can I debug an embedded marketo form?

I followed the instructions (http://community.marketo.com/MarketoArticle?id=kA050000000KyqgCAC) to embed a Marketo form on my landing page, but it's not working.

How can I debug the form? Are there debug fields that I can add?
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: How can I debug an embedded marketo form?

Chrome's Developer Tools, Safari's Developer menu or Firefox's Firebug would be the best resources to start debugging.

The JavaScript Console would detect JavaScript errors or conflicting versions, usually raising "uncaught exception" errors.

Setting breakpoints to evaluate the executtion setp-by-step and inspecting the values being assigned to variables is an extremely powerful resource.

The debugging tools are valuable if, as the linked article advises, you are a proficient developer. The good news if you are not: you can still embed you Marketo Forms on non-Marketo Landing Pages, including Contet Management Systems such as Drupal or blogging platforms such as Wordpress. The solution is simple: place the Marketo form on a landing page just enough to host the form and then put a Marketo Form on a Non-Marketo Page Using an iFrame



Anonymous
Not applicable

Re: How can I debug an embedded marketo form?

Hi bgomes,

Thanks for the response. I can easily debug client side using the tools you mentioned. It would be helpful if Marketo gave debug information about the POST result as it's really a black box on the server side.

David
Anonymous
Not applicable

Re: How can I debug an embedded marketo form?

Not sure if this will help, but we had issues with the embedding too.  Keep in mind that the code they give you in the community article is case sensitive.