How can I feed an iframe on a dynamic page with a URL from the dataset?

I have 50 pages that need an iframe, each with a unique URL. Want to use the CMS with its dataset on a Item detail page. What is the best and easiest method to apply?

Thanks in advance!

1 Like

I need exactly the same thing. Have you found a solution?

You set the source via code.

Wait for the dataset to be ready then retrieve the URL saved in your database… then set the source of the html iframe element.