_formFactory->create( [ 'data' => [ 'id' => 'edit_form', 'action' => $this->getData('action'), 'method' => 'post', ], ] ); $form->setUseContainer(true); $this->setForm($form); return parent::_prepareForm(); } }