I'm trying to create a modul where a user can enter HTML in a textarea on a paragraph module, and i want that exact code rendered to my frontend.
My problem is that when i save my HTML, it seems that DW messes it up before it hits the database.
If i save this HTML in my field:
<node attr="value">InnerText</node>
Notice that my " is gone.
<myfield><node attr=value>InnerText</node></myfield>
How can this be done?
Regards
Martin