Im using a code editor codepress in all of my textareas, but no textarea return a value. I think the different name and id is the problem. Example:
<textarea name="content_text" rows="20" cols="50" class="codepress sql" id="myCpWindow"></textarea>
I have read somewhere in here to use a hidden input to transfer the textarea's value, but i cant do it myself!
ayhelp?