Hello, I wanted some help, I created dynamic pages on my website, in these dynamic pages the Header and Footer are displayed, and the content is simply an external URL embedded in the center of my page, I need this embedded URL to come from the database, the same used to create this dynamic page. The basic wix editor only supports entering a URL manually or HTML, not fetching from the database. What code can I write to fetch this URL from the database (keyfield #linkKawana) ? Please help me… Some images attached
Something like
$w.onReady(function () {
$w("#htmlName").src = $w("#dynamicDataset").getCurrentItem().linkKawana
})
Perfect!!!
Very good, it worked perfectly, thank you very much, from the heart !!!