SOLVED

Two forms into one?

Go to solution
Anonymous
Not applicable

Two forms into one?

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
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Two forms into one?

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/

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Re: Two forms into one?

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/
Anonymous
Not applicable

Re: Two forms into one?

Hi Murtza, 

thanks for pointing me in the right direction!