From Textarea
When you create the Rich Text Editor from a textarea it automatically initializes the editor with the data in textarea and sends the content back to textarea when it is changed.Textarea is never removed from the DOM, it is hidden. Therefore, if textarea is part of the form that you submit, the data in the textarea will be submitted to the server along with the rest of form data.