formTag("#update", function(){ ?> hiddenFieldTag("id", $this->params()->id) ?>
textField('forum_post', 'title', ['size' => 60]) ?>
textArea('forum_post', 'body', ['rows' => 20, 'cols' => 80]) ?>
submitTag($this->t('.post')) ?>