Re: Best Way to Capture Lead Information from Non-Marketo Form

SanfordWhiteman
Level 10 - Community Moderator

Re: Best Way to Capture Lead Information from Non-Marketo Form

Thanks Sanford! That fixed my issue. Do you know of any way for the form to be submitted and instead of it reloading the page it simply changes what is displayed i.e. "phase 3"?

Sure, this is a form of the "same page thank you" pattern.  You use the Forms 2.0 onSucess event to catch form success and instead of redirecting, do whatever else you want. You can search the Community and I've posted a number of examples.

Also, do you know if there is any way to simply post a form submission similar to the way Eloqua does if you have any experience with that platform?

Can you explain the behavior you want? I don't get into Eloqua.

Dan_Stevens_
Level 10 - Champion Alumni

Re: Best Way to Capture Lead Information from Non-Marketo Form

We use the Forms 2 API when we syndicate our gated content on third-party sites using non-Marketo forms:

http://developers.marketo.com/blog/make-a-marketo-form-submission-in-the-background/

SanfordWhiteman
Level 10 - Community Moderator

Re: Best Way to Capture Lead Information from Non-Marketo Form

That's what's in my demo, FTR.

Dan_Stevens_
Level 10 - Champion Alumni

Re: Best Way to Capture Lead Information from Non-Marketo Form

Indeed you are.  Since you didn't specifically call out Forms 2 API, I thought you might be sharing another one of your custom methods.

Anonymous
Not applicable

Re: Best Way to Capture Lead Information from Non-Marketo Form

Thank you guys for the help. You're awesome.