my code:
$fields['specifications'] = array('type' => 'textarea', 'label' => 'Product Spec','order' => '11');
$fields['options'] = array('type' => 'textarea', 'label' => 'Product Options','order' => '12');
The option ckeditor is set in MY_fuel.php so all text areas will automatically be CKEditor format.
Whenever you create a line break and hit save it returns a
Forbidden
You do not have permission to access this document.
If you leave the line breaks out it works fine.
Any ideas?
Comments
Forbidden
using $fields['options'] causes the error. Looking at the html source the name='options' value='options' cause a problem.
I renamed the field to product_options and all seems well.