Skip to main content
Nintex Community Menu Bar

Clickable Link within Forms

  • December 9, 2020
  • 2 replies
  • 11 views

Forum|alt.badge.img+10

I want to display a link on my Form.

Therefor I have created a rich text field with the following code:

 

<a href="{ItemProperty:RexxLink}" target="_blank">Link</a><br/>

 

But as soon as I test it, Nintex does this:

<a href="/sites/xxxxxx/_layouts/15/NintexForms/%7BItemProperty:RexxLink%7D" target="_blank">Link</a>

 

Why?

 

2 replies

Forum|alt.badge.img+11
  • Scholar
  • December 10, 2020

@mai-kel try using calculated control

 

"<a href=""https://domainurl.com" + """ target=""_blank"" > Click here</a>"


Forum|alt.badge.img+11
  • Scholar
  • December 10, 2020

Try using calculated control and add following.   "<a href=""itemurl+ """ target=""_blank"" > Click here </a>"