Skip to main content
Nintex Community Menu Bar

How to generate calculated filed value into hyperlink in Nintex forms

  • June 21, 2017
  • 6 replies
  • 72 views

Forum|alt.badge.img+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

Forum|alt.badge.img+16
  • June 21, 2017

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


Forum|alt.badge.img+14
  • Scholar
  • June 21, 2017

Forum|alt.badge.img+5
  • Author
  • June 21, 2017

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


Forum|alt.badge.img+14
  • Scholar
  • June 21, 2017

I would say problem causes escaped closing apostrophe sign in

"<a href=""

remove slash from there


Forum|alt.badge.img+5
  • Author
  • June 21, 2017

Hi Marian,

Thank you so much !!!

It's working... Great !!!

Regards,

Santhosh.


Forum|alt.badge.img+14
  • Scholar
  • June 21, 2017

Easy, isn't it?

Mark the question answered if you are satisfied with that.