Bootstrap Responsive WYSWIG editor doesnt send input data to php Bootstrap Responsive WYSWIG editor doesnt send input data to php codeigniter codeigniter

Bootstrap Responsive WYSWIG editor doesnt send input data to php


This editor you are using does not automatically insert content to your text_field, you have to do it yourself via javascript like this:

$('#txtEditor').Editor("getText")

Generally this is a bad design and I recommend that you use other bootstrap wysiwyg editors like these,

I personally use summernote in my projects.