* * For the full copyright and license information, please view * the LICENSE file that was distributed with this source code. */ use yii\helpers\Html; use yii\widgets\ActiveForm; /* * @var yii\web\View $this * @var yii\widgets\ActiveForm $form * @var \Da\User\Form\RecoveryForm $model */ $this->title = Yii::t('usuario', 'Recover your password'); $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

$model->formName(), 'enableAjaxValidation' => true, 'enableClientValidation' => false, ] ); ?> field($model, 'email')->textInput(['autofocus' => true]) ?> 'btn btn-primary btn-block']) ?>