Link to external url saved in database

1
Oke I got a quick question. How can i display a link or button to my clients where the target is retrieved from the database. Example: We now store information about a document in a database. As part of this information a link to the document is saved in the database. Now I want to be able to present a way for the user to click on something and then have the url opened that is saved in the database. With HTML this should be something as: <a href="ATTRIBUTE_FROM_DATABASE" target="_blank">Link</a> How would I achieve this kind of behaviour?
asked
2 answers
2

Use the external link widget. It does exactly this.

answered
0

Look in the appstore under URL redirector

answered