je veux pouvoir stocker du html comme html dans une table sans que l’enregistrement soit modifié en texte. Impossible d’afficher le html en html dans une page après stockage, affichage en texte avec par exemple /n/n
To store and render raw HTML properly in Bubble without it turning into broken plain text:
1. Store it as a File
Instead of using a Text field in your database, change the field type to File. Save your HTML content as an actual .html file. This stops Bubble from escaping the code or changing line breaks.
2. Display it in an HTML Element
A standard text element will always render the code as text. Instead, use an HTML Element on your page and load the file inside an iframe: