Oldy

Results 2 comments of Oldy

@kristijanhusak it must work like form type, but without nested names. For example ``` $this->addGroup('my_group1', ['label' => 'My group'], function(){ $this->add('text1', 'text'); $this->add('text2', 'text'); }) form_group('my_group1'); ``` will give ```...

It looks like you don't init FormHelper in FormBuilder object. Show how you make form in controller.