Commit 2bf336db authored by korolevdima's avatar korolevdima

_subscribe.php

parent de063238
<?php
use yii\widgets\ActiveForm;
use yii\helpers\Url;
use yii\helpers\Html;
use \common\modules\blog\models\BlogBids;
......@@ -18,7 +19,7 @@ if ($cacheEmail!==false && BlogBids::find()->where(['email' => $cacheEmail])->ex
$model = new BlogBids;
$form = ActiveForm::begin([
'action' => '/blog/blog-bid/add',
'action' => Url::to(['blog-bid/add']),
'enableClientValidation' => false,
'options' => [
'class' => 'subsc_blog_form blog-bid-form',
......
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