Using Existing Forms with Marketo - API Beginners Guide | Community
Skip to main content
September 10, 2014
Question

Using Existing Forms with Marketo - API Beginners Guide

  • September 10, 2014
  • 3 replies
  • 1006 views

Does anyone know how to use API to integrate Marketo forms with an existing form used on a website? We'd like to connect our current contact us form with Marketo...
 

I know there's API resources out there. I'm looking for specific steps on how to accomplish the integration.
 

Thanks!

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

3 replies

September 10, 2014
I think what you are trying to accomplish is a server-side post. Here's how:

https://community.marketo.com/MarketoResource?id=kA650000000GsXXCA0
September 10, 2014
Jonny,

We've done similar things for a couple of our customers. We'd Love to talk live with you and my team about what you are trying to accomplish. Feel free to email or call.

stephen.baker@gosolomon.com
425.681.9146

Thanks!
September 11, 2014
So, you have a few options for this usecase:
  1. Server-side form post, as per Murtza
  2. SOAP API call, syncLead (http://developers.marketo.com/documentation/soap/synclead/)
  3. Javascript API call, Associate Lead (http://developers.marketo.com/documentation/websites/lead-tracking-munchkin-js/)
I think the easiest, most complete set to follow is #3. Not quite the same as step-by-step instructions, but pretty close.