All,
I have been reading Todd Sprinkel's excellent guide to integrating Unbounce and Marketo 'properly'.
In there, he uses this method to save the lead data into Marketo
https://[your-pod-here].marketo.com/index.php/leadCapture/save
In the foot note he then goes on to say:
Is this a case of simply replacing Todd's code with something to find the form, and then do a:
form.submit();
Cheers
Jo
Is this a case of simply replacing Todd's code with something to find the form, and then do a:form.submit();
Cheers
Jo
Yes, if you have the form values mapped correctly, you merely have to call submit() on the hidden form.