Answer the question
In order to leave comments, you need to log in
Form for backend in instant cms?
Sorry, the question may seem childish to someone, but I did not find the answer in the documentation.
How to initialize a form on the backend in instant cms? What should be the form class name and file name?
I have a structure like this:
class formMapSettings extends cmsForm {
public function init() { . . . }
}
$form = $this->getForm('form_settings');
$form = $this->getForm('backend/form_settings');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question