'post', 'action' => Url::toRoute('/user/password/request-reset'), 'id' => 'request-password-reset', //'enableAjaxValidation' => true, 'options' => [ 'class' => 'forgot-password inner-form' ] ]); echo $form->field($model, 'email', [ 'template' => "
{input}\n{label}\n{hint}\n{error}
", 'labelOptions' => ['class' => 'active'], 'inputOptions' => ['placeholder' => $model->getAttributeLabel('email').'*'] ] )->textInput([ 'class' => 'collaps-inp form-control' ])->label(''); ?>
'btn btn-sm btn-primary']); ?>