Can
be used instead of texarea and then passed trough form someh
Using HTML5, how do I use contenteditable fields in a form submission?
Content Editable does not work as a form element. Only javascript can allow it to work.
EDIT: In response to your comment... This should work.
Some Text
I have tested and verified that this does work in FF and IE9.