Url::toRoute('site/signup'), ]); ?>
field(new SignupForm(), 'email', ['enableAjaxValidation' => true, 'template' => '', ]) ?> field(new SignupForm(), 'password',[ 'template' => '', ])->passwordInput() ?> field(new SignupForm(), 'password_repeat',[ 'template' => '', ])->passwordInput() ?> field(new SignupForm(), 'username',[ 'template' => '', ])->textInput() ?> field(new SignupForm(), 'surname',[ 'template' => '', ])->textInput() ?> field(new SignupForm(), 'phone', ['enableAjaxValidation' => true, 'template' => '', ])->textInput() ?> field(new SignupForm(), 'verifyCode')->widget(Captcha::className(), [ 'template' => '', ])->label(false) ?>
'my_cust_btn', 'name' => 'signup-button']) ?>