Experience League
Community
Discussions
Ideas
Community Blogs
Community Advisors Page
Marketo User Groups (MUGs)
Support
Marketo Support
Knowledgebase
Measure Support
Product Documentation
Developer Portal
Training
Deutsch
✔
English
✔
Español
✔
Français
✔
日本語
✔
Português
✔
Sign In
When a Form has been submitted and the "follow up with" is set to external url, can I make the url launch in a new window?
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
Anonymous
Not applicable
02-06-2015
09:32 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
02-06-2015
09:32 AM
When a Form has been submitted and the "follow up with" is set to external url, can I make the url launch in a new window?
Labels:
Labels:
Lead Management
Tags
(1)
Tags:
forms 2.0
All forum topics
Previous Topic
Next Topic
2 REPLIES
2
Justin_Cooperm2
Level 10
02-06-2015
02:13 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
02-06-2015
02:13 PM
Definitely possible. Just select "stay on same page" as the follow-up for the form. Then, look at example 4
here
.
Use the onSubmit() function and all you need is one line of JS in that function:
window.open('http://www.google.com', '_blank').focus();
Kristen_Malkov1
Level 8
02-06-2015
11:29 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
02-06-2015
11:29 AM
I don't believe so; I think that just takes them to the corresponding page that you enter. However, there may be a way to code that into your website/page or make a custom script? Anyone else know?
Post Reply