How to save the data

Anonymous
Not applicable

How to save the data

Hi,

How to save the data in lead database from an external form using jqery or javascript. ?

Thanks
Jay
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: How to save the data

You can't do it in pure JS. You need at least a PHP layer for authentication. Assuming that works for you, you can either use the REST API or the Javascript Munchkin API, both outlined here: http://developers.marketo.com/

You want the http://developers.marketo.com/documentation/rest/createupdate-leads/ for REST and this for the JS API http://developers.marketo.com/documentation/websites/lead-tracking-munchkin-js/ (scroll down to Associate Lead)