How to hide a hyperlink in text field

1
I have two text field.First text field will contain a text and second wil be a link as text.after saving these two values i have to show the first text in the list view. when i click the first text it should open a new tab and link for the new tab will be second text field Please,guide me in this. if it is possible 
asked
1 answers
1

Add a link button with setting the Link type to text and your url-attribute as its attribute: 

Then go to the properties of that button and set the caption to {1} and assign your text-attibute to the parameter:

See https://mydemoversion8-sandbox.mxapps.io/p/clickabletext for an example.

answered