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.
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/
That's what's in my demo, FTR.
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.
Thank you guys for the help. You're awesome.