Skip to main content

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.

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


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


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


I would say problem causes escaped closing apostrophe sign in

"<a href=""

remove slash from there


Hi Marian,

Thank you so much !!!

It's working... Great !!!

Regards,

Santhosh.


Easy, isn't it?

Mark the question answered if you are satisfied with that.


Reply