How can I get HTML to work in the value of the input field ? If you include HTML in the value, it appears as pure text. Is there a way to do something like this?
You can try to decode you entities from your postvalue. In PHP you can do this with html_entity_decode();