title = Yii::t('user', 'Register'); $this->params['breadcrumbs'][] = $this->title; ?>
title, [ 'class' => 'title' ]) ?> Url::toRoute(['/user/register/index']), 'options' => [ 'class' => 'form-horizontal', 'role' => 'form', ] ]) ?>
getAttributeLabel('first_name') . ' *', null, [ 'class' => 'col-sm-3 control-label' ]) ?>
field($model, 'first_name')->textInput([ 'class' => 'form-control', 'placeholder' => $model->getAttributeLabel('first_name') ])->label(false) ?>
getAttributeLabel('email') . ' *', null, [ 'class' => 'col-sm-3 control-label' ]) ?>
field($model, 'email')->textInput([ 'class' => 'form-control', 'placeholder' => $model->getAttributeLabel('email') ])->label(false) ?>
getAttributeLabel('password') . ' *', null, [ 'class' => 'col-sm-3 control-label' ]) ?>
field($model, 'password')->passwordInput([ 'class' => 'form-control', 'placeholder' => $model->getAttributeLabel('password') ])->label(false) ?>
getAttributeLabel('password_confirmation') . ' *', null, [ 'class' => 'col-sm-3 control-label' ]) ?>
field($model, 'password_confirmation')->passwordInput([ 'class' => 'form-control', 'placeholder' => $model->getAttributeLabel('password_confirmation') ])->label(false) ?>
', [ 'class' => 'btn btn-group btn-default btn-animated', 'name' => 'login-button' ]) ?>