Clickable Link within Forms

  • 9 December 2020
  • 2 replies
  • 5 views

Badge +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

Badge +11

@mai-kel try using calculated control

 

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

Badge +11

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

Reply