$formId, 'action' => Url::to([ 'artbox-comment/default/create', 'entity' => $comment_model->encryptedEntity, ]), ]); ?>
Мы обязательно рассмотрим все отзывы!
field($comment_model, 'text', [ 'options' => [ 'class' => 'form-group input_bl area_bl' ] ]) ->textarea(); echo $form->field($comment_model, 'username', [ 'options' => [ 'class' => 'form-group input_bl' ] ]) ->textInput(); echo $form->field($comment_model, 'email', [ 'options' => [ 'class' => 'form-group input_bl' ] ]) ->textInput(); echo Html::tag('div', Html::submitButton(Yii::t('artbox-comment', 'Submit')), [ 'class' => 'input_bl submit_btn' ]); ?>