How to generate calculated filed value into hyperlink in Nintex forms

  • 21 June 2017
  • 6 replies
  • 33 views

Badge +5

Hello All,

 I am using calculated value to generating  one "item URL" in nintex forms. how to make that Item URL to Clickable.

 Help Me Out !!!

Many Thanks,

Santhosh.


6 replies

Userlevel 6
Badge +16

You can use a multiline text box and set value to >>> <a href='http://www.google.com'>my Item</a> with some javascript

Userlevel 5
Badge +14

have a look on this https://community.nintex.com/message/56726-re-add-variable-to-url-on-nintex-form?commentID=56726#comment-56581 

Badge +5

Hi Marian,

Thank you so much for reply.

I have created variable called "varAppendToLink". This variable  build's a item url with ID. 

Then I Created a Calculated value in the formula section i added 

"<a href=""+varAppendToLink + "> click here </a>".

It's not working properly.  

Could you please help this issue.

Thanks,

Santhosh

Userlevel 5
Badge +14

I would say problem causes escaped closing apostrophe sign in

"<a href=""

remove slash from there

Badge +5

Hi Marian,

Thank you so much !!!

It's working... Great !!!

Regards,

Santhosh.

Userlevel 5
Badge +14

Easy, isn't it?

Mark the question answered if you are satisfied with that.

Reply