Skip to main content
August 13, 2014
Beantwortet

Two forms into one?

  • August 13, 2014
  • 2 Antworten
  • 931 Ansichten
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
Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von
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 Antworten

Antwort
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!