Question
Unbounce to Marketo integration
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:
- Officially, Marketo no longer supports this method, and recommends that all implementations migrate to using the Forms 2.0 library to do a Marketo form submission in the background. Marketo began rejecting submissions using this endpoint starting May 7, 2021.
Is this a case of simply replacing Todd's code with something to find the form, and then do a:
form.submit();
Cheers
Jo