Code to open link by database field

I want to be able to open a link in another window from a field in my database, does anyone know that code? The field is called “enlace” Thank you.

You can already do that if the field is of URL type, so say that fields data is shown in a repeater or a table, then they should be able to click on it themselves to go to that page.

If you wish to have links, you should have a URL field type in your collection and bind the text element to the URL field.

Otherwise, of you want to give your website users the choice to pick from in say a dropdown list that is connected to that dataset field, then simply read the previous post here.
https://www.wix.com/corvid/forum/community-discussion/dynamic-page-load-problem

https://support.wix.com/en/article/linking-to-a-dynamic-page

Thank you!
Very friendly and quick response. It has helped me a lot!