Hey there! I'm in need of some help with getting user-entered data from a textarea. I've already attempted using CKEDITOR.instances.editor1.getData() and CKEDITOR.instances.ckeditor.document.getBody.getHtml(), but unfortunately both only return the html in string format. I'd like to be able to display the data in actual html format.
Does anyone know if there's an API that can provide the data in html?
Appreciate any assistance!