Stored lead specific html in custom field not rendered properly
Hi,
I am trying to store lead specific html in a custom field. The html has been generated from excel, and gets imported by a .csv file.
When I try to load the content of that field by using a token in a guided landing page, the content of that field is rendered as if it was text and not html.

I have tried this with 2 types of fields : textarea and string, none of them seem to work.
When you inspect the content you see the following :

It seems that the content starts and end with double quotes.
When i try to edit this content in the inspector I get the following :

How can this be solved?
Thanks