Вопросов: totalCount ?>
scenario == $model::SCENARIO_GUEST) { echo $form->field($model, 'user_name', [ 'options' => [ 'class' => 'input-blocks-comm', ], 'inputOptions' => [ 'class' => 'custom-input-4', ], ]) ->textInput(); echo $form->field($model, 'user_email', [ 'options' => [ 'class' => 'input-blocks-comm', ], 'inputOptions' => [ 'class' => 'custom-input-4', ], ]) ->textInput(); } ?>
field($model, 'text', [ 'options' => [ 'class' => 'input-blocks-comm area-comm', ], 'inputOptions' => [ 'class' => 'custom-area-4', ], ]) ->label('Вопрос') ->textarea(); ?>
end(); ?>