yiidoc / yii2-redactor

Extension Redactor WYSIWYG for Yii2 framework
BSD 3-Clause "New" or "Revised" License
187 stars 87 forks source link

value not passing to model/controller #93

Open davidperroud opened 2 years ago

davidperroud commented 2 years ago

Hello, i have several textareas with yii2-redactor on a form, and if i don't use Redactor, everything is passing to the controller and then saved in database, but when i use Redactor instead of basic textarea, it return NULL for each textarea field. i don't find where is the problem, as i don't get any error message. any idea ?