Re: Application form - file attachments item
- depth:
- 1
luisdev
From: South Africa
Posts: 22

Does the Application Form module code structure allow you to use $mform?
If so, can we use $mform to add a File Manager element to the Application Form, like this:
$mform = $this->_form;
$mform->addElement('filemanager', ...);
Will that work? Or is $mform not supported in this context?
If so, can we use $mform to add a File Manager element to the Application Form, like this:
$mform = $this->_form;
$mform->addElement('filemanager', ...);
Will that work? Or is $mform not supported in this context?
Votes:85
Average:3.06
Posts tree
-
Application form - file attachments item (luisdev, 2017/2/7 19:06)
-
Re: Application form - file attachments item (luisdev, 2017/2/8 22:49)
-
Re: Application form - file attachments item (iseki, 2017/5/18 21:01)
-
Re: Application form - file attachments item (luisdev, 2017/8/2 19:07)
-
-
Re: Application form - file attachments item (iseki, 2017/8/3 10:47)
-