Wow, that is bad. I am using JS API on our website, but this time we do not want to load JS or render Marto form HTML if this is possible. So we are looking for any solution if we ...
I just saw this post:https://nation.marketo.com/t5/Product-Discussions/Form-submission-using-POST-menthod/td-p/40834/page/2
now I changed save to save2 and added formVid, my ajax r...
ThanksSanfordWhiteman,
I saw that solution, the idea works for me. But we do not want to render Markto form(even it is hidden) and load Markto script on the front side.
I also trie...
Sorry for the confusion. it is not server to sever. Basically, when the user submits a form I will send a lead to markto by using this code:
HTML:
<form>
<input type="button" clas...
Hi,
I need to send lead from sever to sever, here is the code when the form is submitted:
let data= {
'munchkinId': 'xxx-xxx-xxx',
'formid': xxx,
'Email': 'xxxx@xxx.com'
}
$.ajax...