$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([ 'placeholder' => 'Комментарий', ]); echo $form->field($comment_model, 'username', [ 'options' => [ 'class' => 'form-group input_bl' ] ]) ->textInput([ 'placeholder' => 'Имя', ]); echo $form->field($comment_model, 'email', [ 'options' => [ 'class' => 'form-group input_bl' ] ]) ->textInput([ 'placeholder' => 'e-mail', ]); echo Html::tag('div', Html::submitButton(Yii::t('artbox-comment', 'Submit')), [ 'class' => 'input_bl submit_btn' ]); ?>