Skip to main content

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?


 

@mai-kel try using calculated control


 


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


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


Reply