Two forms into one? | Community
Skip to main content
August 13, 2014
Solved

Two forms into one?

  • August 13, 2014
  • 2 replies
  • 923 views
Hi all, 

I would like to have a form that sends field values in that form, after hitting the submit button, to two different systems, one being Marketo, one being another third party system. 

What would be the best way to go about this? API's, html coding, javascripts?

Many thanks in advance!

Ruud
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
Without knowing what that third-party system is, it is hard to give a good reccomendation here. 

One approach is using Marketo Forms 2.0 as usual, and then write some custom JavaScript on form submit to also send this data to the other system.

A different approach would to be using a webhook. Use Forms 2.0 as usual, using a webhook Marketo can inform the third-party system that the form was filled. 
http://developers.marketo.com/documentation/webhooks/

2 replies

Accepted solution
August 13, 2014
Without knowing what that third-party system is, it is hard to give a good reccomendation here. 

One approach is using Marketo Forms 2.0 as usual, and then write some custom JavaScript on form submit to also send this data to the other system.

A different approach would to be using a webhook. Use Forms 2.0 as usual, using a webhook Marketo can inform the third-party system that the form was filled. 
http://developers.marketo.com/documentation/webhooks/
August 18, 2014
Hi Murtza, 

thanks for pointing me in the right direction!