* @var $model \app\modules\reviews\models\Profile */ use app\modules\reviews\models\Profile; use yii\bootstrap\ActiveForm; use yii\helpers\Html; $this->title = 'Заголовок главной страницы'; ?> <div class="well"> <?php $form = ActiveForm::begin(['method' => 'GET']); ?> <div class="row"> <div class="col-md-4"> <?php echo $form->field($model, 'countryId')->dropDownList(\app\modules\geo\models\Country::dropDown(), ['prompt' => ' --- ']); ?> <?php echo $form->field($model, 'regionId')->dropDownList($regionList, ['prompt' => ' --- ']); ?> <?php echo $form->field($model, 'cityId')->dropDownList($cityList, ['prompt' => ' --- ']); ?> </div> <div class="col-md-4"> <?php echo $form->field($model, 'imya'); ?> <?php echo $form->field($model, 'familiya'); ?>