If you have the need to submit content rendered inside a <div> element along with other form elements try this.
For every <div> a <textarea> is created and filled with the inner HTML of the div. The...