SOLVED

Get 3rd party form into Marketo

Go to solution
Anonymous
Not applicable

Re: Get 3rd party form into Marketo

@Sanford - Yes I do have the ability to add javascript to the page. For somereason I posted everything in that you asked and I still did not see the email populate in Marketo.. Not sure what I am doing wrong. Yes I plan on changing the pop up message as well. I am leaving it until I get this integrat ion thing fixed. Thanks for your help everyone

0EM50000000SvMh.jpg
SanfordWhiteman
Level 10 - Community Moderator

Re: Get 3rd party form into Marketo

@David P You need to change

    http://app-xx01.marketo.com/...

to use your instance URL (ours is app-sj01...).

Also, I used the generic variable `form` because I didn't know how experienced you were w/JS.

In full, it would be 

    document.querySelector('FORM.email-form').addEventListener...
Anonymous
Not applicable

Re: Get 3rd party form into Marketo

Anyone willing to share real life working examples (URLs) of the a server side or client side post in action? We might need to use this for a current project and I'm curious how others are implementing it.

Thanks!