HTML Box show code from Database

Hello!
I am currently developing a tournament service, and step by step have been developing parts of the website to allow me to connect players to the appropriate matches. One part of this, has been embedding a bracket to a dynamic page. The reason this page must be dynamic is that each even used a different embedding. The simple solution to this is to use a database that I enter a bracket into, and have it referenced on the page, and messaged to the HTML box.

However, the HTML box is not displaying the code, and I have the creeping feeling that I am doing something completely wrong. Despite reading as many similar issues, nobody seems to have shared my problem entirely. I was hoping somebody would be able to specifically address what I have done wrong.

What I need simply:
I need my page to check the bracketcode of the database, on the dynamic page, and then use the message system to send it to my HTML box, which it will be displayed in.

My experience with the code is not allowing me to do it properly.

bracketcode = The HTML in the database
()

bracketbox = HTML box

1 Like

Try having a read of this page for sending data to html:
https://www.wix.com/code/reference/$w.HtmlComponent.html

Other similar posts:
https://www.wix.com/code/home/forum/community-discussion/load-iframe-from-database-to-html-component
https://www.wix.com/code/home/forum/community-discussion/how-to-get-embed-code-from-database-to-html-iframe
https://www.wix.com/code/home/forum/community-discussion/how-do-i-connect-dataset-to-html-iframe
https://www.wix.com/code/home/forum/community-discussion/pass-html-code-to-html-box-dynamically

I tried all solutions, and I have had zero luck with my specific task. I don’t know if somebody is able to provide a workable code for this? I have taken several years of software design, and my knowledge of code lets me understand it, but this is escaping my know how.