Use this in your javascript where you are validating your form. It will update your ckeditor and will assign ckeditor's value to your textarea to which you integrate it.
It should run before form is submitted:
CKEDITOR.instances.editor1.updateElement();