Bootstrap Responsive WYSWIG editor doesnt send input data to php
问题 I'm using this WYSWIG editor. This editor is displayed on a modal of bootstrap. <form action="<?php echo base_url('dashboard/submit_post'); ?>" method="POST" role="form" enctype="multipart/form-data"> <div class="form-group"> <label for="post_title">Post Title</label> <input type="text" class="form-control" id="post_title" name="post_title" placeholder="Enter a title"> </div> <div class="form-group"> <label for="post_content">Post Content</label> <textarea name="post_content" id="post_content