Commit 49e04a05 authored by Shakarim Sapa's avatar Shakarim Sapa

- Add new validation rule

parent 10d8239e
......@@ -46,7 +46,7 @@ if ($cacheEmail!==false && Bid::find()->where(['email' => $cacheEmail])->exists(
])->textInput([
'placeholder' => 'E-mail*'
]); ?>
<?php echo $errors['email']; ?>
<?php var_dump($errors); ?>
<?php echo Html::submitButton(\Yii::t('form', 'Subscribe'), ['class' => 'save-button']); ?>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment