Prefill forms on external pages help
I'm trying to figure this out. I've followed this page:
http://developers.marketo.com/blog/external-page-prefill/
...and the links within.... I'm still at a loss on how to pull this off. Is there a code example I can follow somewhere?
I was able to get the auth and endpoint setup along with the token (which seems to go invalid a lot) - I was able to paste in the address bar and see proper data come back into the browser (<host>/rest/v1/leads.json?filterType=cookie&filterValues=<cookie>&fields=email,firstName,lastName,company&access_token=<token>) - but where do I go from here? I am quite certain I have all the pieces setup and ready to go, but don't know how to put them all together to get forms to be prefilled.