Forums

Can the Redirect URL open in a new window?

lwwjr 12 Feb, 2010
After the form submits, I'd like to open a new window and send the user to a different site. Is it possible to give the Redirect URL a Target attribute? It looks like the "On Submit code - after sending email" might be the answer, but the Meta Refresh suggested in the FAQs doesn't support a Target attribute.

Any suggestions?

Thanks!
GreyHead 12 Feb, 2010
Hi lwwjr,

As far as I can see there is no simple way to create a ReDirect URL that opens a new window.

You could probably do it by redirecting to a page that contains a script that opens a new window; or with some code in the OnSubmit box.

Bob
nml375 12 Feb, 2010
Hi,
My first thought would be to add the target property to the form tag. This would use a new window to submit the code, which would then generate the redirect instruction within that window.

/Fredrik
Shriek 30 Jul, 2010
Hi there
I want to open in a blank page as well as I am redirecting to a pdf. Where abouts do I put that target tag in so the form will submit in a new window as Fredrik says?
Thanks
Andrew
nml375 30 Jul, 2010
Hi Andrew,
On the General Tab of the form editor,you'll find an input named "Form Tag Attachment". Ad the line below there, and save.
target="new"

Your browser should now open a new window when you submit the form, leaving the original form intact in the old window.

/Fredrik
Shriek 02 Aug, 2010
Thanks a lot fredrik. Perfect!
Andrew
This topic is locked and no more replies can be posted.