In reply to: Andreia Correia
Hi Karol,
Thank you for your answer! Do you now how to accomplish that using a form field?
Because I'm using the info on a form field to construct the url.
Something like:
Concat [(URL)(Form field)]
And I want to have the result of that concat on the link and a more friendly display name!
Hi,
If you use a link text field and you have entered a url address there without a friendly name, it should be saved in the database as, for example: "link:www.webcon.pl:displayname:" then, using concat, you only add the friendly name you want. scr1
If the field was not of the link type but text and you now want to change it to a link and add a friendly name, you must construct concat as in scr2.
But I don't know if I understood your needs correctly. If not, provide an example with a screenshot of what exactly you want to achieve and what data you have in the field now.