Form pre-fill for Marketo forms not hosted on Marketo landing pages | Community
Skip to main content
September 18, 2014
Question

Form pre-fill for Marketo forms not hosted on Marketo landing pages

  • September 18, 2014
  • 12 replies
  • 5490 views

I just learned that pre-fill isn't available for Marketo forms not hosted in Marketo landing pages. 

Does anyone know a custom way to make Marketo forms auto-fill when hosted on WordPress? Hoping there's a JavaScript trick or something but could be wishful thinking. 

Thanks,

David

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

12 replies

Kenny_Elkington
Adobe Employee
Adobe Employee
September 19, 2014
I'm currently working on putting a blog post together on using REST to implement external page prefill.  I'll try to have it up sometime next week.

That said, Jep is not correct regarding prefill with iframes, this solution still functions with forms 2.0, though forms 2 has more sophisticated styling, and collapses the two label and input columns into one when the viewport is less than 480px, so the styling is less predictable.

P.S. Assuming we're using wordpress or another PHP based solution, would people prefer a simple curl-based method, or something based on a REST framework like guzzle?

Thanks,
Kenny
Aida_Kamber
Level 2
February 24, 2016

Have you been able to put a blog post together on using REST to implement external page prefill?

Thanks - Aida

Kenny_Elkington
Adobe Employee
Adobe Employee
February 24, 2016
September 22, 2014
For one customer, I did use jquery code on the external form communicate with custom pho using REST API on the server using JSON objects. 

Rajesh