@@ -16,9 +15,7 @@ if ($cacheEmail!==false && BlogBids::find()->where(['email' => $cacheEmail])->ex
<divclass="subsc_blog_txt"><?=\Yii::t('form','We will try to publish this section only useful and unique content for the market. Subscription allow to be the first to get notification about fresh articles.')?></div>
<?php
$model=newBid;
$model->setScenario(Bid::SCENARIO_SUBSCRIBE);
$model->form=Bid::FORM_SUBSCRIBE;
$model=newBlogBids;
$form=ActiveForm::begin([
'action'=>'/blog/blog-bid/add',
...
...
@@ -26,8 +23,7 @@ if ($cacheEmail!==false && BlogBids::find()->where(['email' => $cacheEmail])->ex