Re: With Forms 2.0 JavaScript API is it possible to fire another form in a modal after the first modal form is successfully submitted?

John_Wallace
Level 4

With Forms 2.0 JavaScript API is it possible to fire another form in a modal after the first modal form is successfully submitted?

Is this possible?  has anyone done this before?
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: With Forms 2.0 JavaScript API is it possible to fire another form in a modal after the first modal form is successfully submitted?

This is possible. It would require custom JavaScript on the page with the the first form. 
Anonymous
Not applicable

Re: With Forms 2.0 JavaScript API is it possible to fire another form in a modal after the first modal form is successfully submitted?

Here is a Community thread that shows you how to accomplish this in Marketo:
https://community.marketo.com/MarketoDiscussionDetail?id=90650000000PFzPAAW


You can accomplish this on your page with custom Javascript. This StackOverflow post describes how to do this:

http://stackoverflow.com/questions/23840801/having-2-forms-on-same-page-but-only-loading-second-afte...
John_Wallace
Level 4

Re: With Forms 2.0 JavaScript API is it possible to fire another form in a modal after the first modal form is successfully submitted?

Thanks for the response Murtza