['enctype'=> 'multipart/form-data'], 'method'=>'post','action' => '/']); ?>
                                    = $form->field(new Accounts(), 'name')->textInput(['maxlength' => 45,'placeholder'=>'Имя'])->label(false) ?>
                                    = $form->field(new Accounts(), 'surname')->textInput(['maxlength' => 45,'placeholder'=>'Фамилия'])->label(false) ?>
                                    = $form->field(new Accounts(), 'email')->textInput(['maxlength' => 45,'placeholder'=>'E-mail','class'=>'form-control telephone_registration'])->label(false) ?>
                                    = $form->field(new Accounts(), 'pass')->passwordInput(['maxlength' => 45,'placeholder'=>'Пароль','class'=>'form-control telephone_registration'])->label(false) ?>
                                    = $form->field(new Accounts(), 're_pass')->passwordInput(['maxlength' => 45,'placeholder'=>'Пароль','class'=>'form-control telephone_registration'])->label(false) ?>
                                    = $form->field(new Accounts(), 'country',['options'=>['class'=>'selectize_item2' ]])->dropDownList(
                                        ArrayHelper::map(DicCities::find()->where(['parent' => 0])->all(), 'id', 'name'),
                                        ['prompt' => 'Выберите область']
                                    )->label(false);
                                    ?>
                                    = $form->field(new Accounts(), 'country',['options'=>['class'=>'selectize_item2' ]])->dropDownList(
                                        [],
                                        ['prompt' => 'Выберите город']
                                    )->label(false);
                                    ?>
                                    = $form->field(new Accounts(), 'country',['options'=>['class'=>'selectize_item2' ]])->dropDownList(
                                        ArrayHelper::map(Deliveries::find()->all(), 'id', 'name'),
                                        ['prompt' => 'Выберите тип перевозки']
                                    )->label(false);
                                    ?>
                                    = $form->field(new Accounts(), 'verifyCode')->widget(Captcha::className(), [
                                        'options'=>['placeholder'=>'Введите код' ],
                                        'template' => '
{input}
',
                                    ])->label(false); ?>
                                    
                                    
                                
                                     ['enctype'=> 'multipart/form-data'], 'method'=>'post','action' => '/']); ?>
                                    = $form->field(new Accounts(), 'company')->textInput(['maxlength' => 45,'placeholder'=>'Компания'])->label(false) ?>
                                    = $form->field(new Accounts(), 'name')->textInput(['maxlength' => 45,'placeholder'=>'Имя'])->label(false) ?>
                                    = $form->field(new Accounts(), 'surname')->textInput(['maxlength' => 45,'placeholder'=>'Фамилия'])->label(false) ?>
                                    = $form->field(new Accounts(), 'email')->textInput(['maxlength' => 45,'placeholder'=>'E-mail','class'=>'form-control telephone_registration'])->label(false) ?>
                                    = $form->field(new Accounts(), 'pass')->passwordInput(['maxlength' => 45,'placeholder'=>'Пароль','class'=>'form-control telephone_registration'])->label(false) ?>
                                    = $form->field(new Accounts(), 're_pass')->passwordInput(['maxlength' => 45,'placeholder'=>'Пароль','class'=>'form-control telephone_registration'])->label(false) ?>
                                    = $form->field(new Accounts(), 'country',['options'=>['class'=>'selectize_item2' ]])->dropDownList(
                                        ArrayHelper::map(DicCities::find()->where(['parent' => 0])->all(), 'id', 'name'),
                                        ['prompt' => 'Выберите область']
                                    )->label(false);
                                    ?>
                                    = $form->field(new Accounts(), 'country',['options'=>['class'=>'selectize_item2' ]])->dropDownList(
                                        [],
                                        ['prompt' => 'Выберите город']
                                    )->label(false);
                                    ?>
                                    = $form->field(new Accounts(), 'country',['options'=>['class'=>'selectize_item2' ]])->dropDownList(
                                        ArrayHelper::map(Deliveries::find()->all(), 'id', 'name'),
                                        ['prompt' => 'Выберите тип перевозки']
                                    )->label(false);
                                    ?>
                                    = $form->field(new Accounts(), 'verifyCode')->widget(Captcha::className(), [
                                        'options'=>['placeholder'=>'Введите код' ],
                                        'template' => '
{input}
',
                                    ])->label(false); ?>