I am trying to get the contents of my ckeditor to be entered into the associated textarea as the user enters the value into the ckeditor.
I have read several helpful
Try calling this function in the onchange event
CKEDITOR.instances[i].updateElement();