<body>
<textarea id="content"></textarea>
<input id="data" type="text"/>
<input id="insert" type="button" value="Insert at Cursor"/>
<div class="container mt-3">
<script src="https://code.jquery.com/jquery-3.4.1.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.ckeditor.com/4.5.7/standard/ckeditor.js"></script>
<script>
CKEDITOR.replace('content');
</script>
</body>
</html>
HOW TO GET THE OUTPUT ANY FORM WITHOUT A DATABASE IAM NEW THIS PLEASE HELP, AND IF YOU COULD ATTACH THE SOURCE CODE IT WILL BE A GREAT HELP.
Ckeditor has its own function for that,
CKEDITOR.instances['SELECTOR-HERE'].getData();