This is my has_many property: public $has_many = array('comments' => 'comments_model', 'tags' => array(FUEL_FOLDER => 'fuel_tags_model'));
In else block is not: $document_values, it is: $comments_values.
Hi, can you please specify how to get this option: http://docs.getfuelcms.com/general/forms#multi
This is my form_fields method, articles should have many comments.
function form_fields($values=array(), $related=array())
{
$fields = parent::for…