Community
Discussions
Ideas
Community Blogs
Marketo User Groups (MUGs)
Support
Case Management
Knowledgebase
Product Documentation
Developer Portal
Training
Sign In
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?
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Printer Friendly Page
John_Wallace
Level 4
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
08-05-2014
02:07 PM
08-05-2014
02:07 PM
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?
Labels:
Lead Management
Tags
(1)
Tags:
forms 2.0
All forum topics
Previous Topic
Next Topic
3 REPLIES
3
Anonymous
Not applicable
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
08-05-2014
02:35 PM
08-05-2014
02:35 PM
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
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
08-05-2014
02:36 PM
08-05-2014
02:36 PM
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
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
08-05-2014
07:44 PM
08-05-2014
07:44 PM
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