Skip to main content
Nintex Community Menu Bar

Open dynamic link in new window from Nintex form

  • March 9, 2022
  • 1 reply
  • 328 views

Hello!

 

I'm trying to figure out how to resolve this issue -- I'd like my nintex form to have dynamic links  to other forms on the system.  The dynamic link is a custom built from a field value in the form. This works. However, I want the link to open in a new window. How do you force the link to open in a new window?

 

1 reply

Forum|alt.badge.img+8
  • March 10, 2022

hey @206NintexDev ,

 

u can add target="_blank" to it.

 

this will either open a new tab or a new window (it depends on the browsers settings).

 

u cant set whether the link will be opened in a new window or new tab.