echo $this->Form->Label('Discussion Title', 'Name'); echo $this->Form->TextBox('Name', array('maxlength' => 100)); if ($this->ShowCategorySelector === TRUE) { echo ''; echo $this->Form->Label('Category', 'CategoryID'); echo $this->Form->DropDown('CategoryID', $this->CategoryData, array('TextField' => 'Name', 'ValueField' => 'CategoryID')); echo ''; }
echo $this->Form->CategoryDropDown('CategoryID', array('Value' => GetValue('CategoryID', $this->Category)));
Answers
vanilla/view/post/discussion.php
code is