title = 'Оформление заказа';
$this->params['breadcrumbs'][] = $this->title;
?>
Личные данные
= $form->field($model, 'name',[
'template' => '',
])->textInput() ?>
= $form->field($model, 'email',[
'template' => '',
])->textInput() ?>
= $form->field($model, 'phone',[
'template' => '',
])->textInput() ?>
= Html::submitButton(Yii::t('app', 'продолжить оформление'), ['class' => 'order_01_btn', 'name' => 'signup-button']) ?>