View file:
<?php
use yii;
use yii\bootstrap\ActiveForm;
use yii\helpers\Html;
?>
<?php
$form = ActiveForm::begin([
'action' => ['comments/ajax-comment'],
'options' => [
'class' => 'comment-form'
]
]);
?>
<?= $form->field($model, '...