how to convert a string value into a link

0
I want to convert a string value into a link which  I should be able to open and I can change that link through user interface
asked
2 answers
1

No need to convert the string to a link. If the string contains a valid url, it will open a browser and show that website.

To make the string accessible and clickable on a page, add the widget ‘Link button’.

answered
1

Hi Ishwari,

The easiest way to do this is to use a button with type "Link" and set the string attribute as the URL attribute.

If your use case is a bit more complicated, for example, when you need to display the link as part of a text, things like the "Rich-Text" Widget might help.

answered