'register-form', 'action' => Url::toRoute(['/user/register/index']), 'validationUrl' => Url::toRoute(['/user/register/validate']), 'options' => ['class' => 'registration-form inner-form'], 'fieldConfig' => [ 'template' => "
{input}\n
{error}
", 'inputOptions' => ['class' => 'collaps-inp form-control'] ] ]); echo $form->field($model, 'first_name', ['inputOptions' => [ 'placeholder' => $model->getAttributeLabel('first_name') . '*' ]]) . $form->field($model, 'last_name', ['inputOptions' => [ 'placeholder' => $model->getAttributeLabel('last_name') . '*' ]]) . $form->field($model, 'company', ['inputOptions' => [ 'placeholder' => $model->getAttributeLabel('company') ]]) . $form->field($model, 'website', ['inputOptions' => [ 'placeholder' => $model->getAttributeLabel('website') ]]) . $form->field($model, 'email', ['enableAjaxValidation' => true, 'inputOptions' => [ 'placeholder' => $model->getAttributeLabel('email') . '*' ]]) . $form->field($model, 'phone', ['inputOptions' => [ 'placeholder' => $model->getAttributeLabel('phone') ]]) . $form->field($model, 'password', ['inputOptions' => [ 'placeholder' => $model->getAttributeLabel('password') . '*' ]])->passwordInput() . $form->field($model, 'password_confirmation', ['inputOptions' => [ 'placeholder' => $model->getAttributeLabel('password_confirmation') . '*' ]])->passwordInput(); ?>
'authorization-popup-link open-popup', 'data-id' => 'authorizationPopup']) ?>
'btn btn-sm btn-primary', 'id-form' => 'register-form']); ?>