@@ -68,6 +68,19 @@ use common\modules\bids\models\Bid;
])->label(false);
?>
<?phpecho$form->field($model,'confirm',
['template'=>'{input}{label}{error}{hint}']
)->checkbox([
'id'=>'bid-confirm',
'checked'=>false,
'required'=>true,
'class'=>'footer_form__check',
'data-required-message'=>Yii::t('form','Accept the terms')
],
false
)->label(Yii::t('form','I agree to')." ".Html::a(\Yii::t('form','the terms of using personal data'),'/uploads/personal_data_processing_art_project.pdf',['target'=>'_blank']));
'data-required-message'=>Yii::t('form','Accept the terms')
],
false
)->label(Yii::t('form','I agree to')." ".Html::a(\Yii::t('form','the terms of using personal data'),'/uploads/personal_data_processing_art_project.pdf',['target'=>'_blank']));
@@ -72,8 +72,21 @@ use common\modules\bids\models\Bid;
<divclass="clear"></div>
<?phpecho$form->field($model,'confirm',
['template'=>'{input}{label}{error}{hint}']
)->checkbox([
'id'=>'bid-confirm-index',
'checked'=>false,
'required'=>true,
'class'=>'footer_form__check',
'data-required-message'=>Yii::t('form','Accept the terms')
],
false
)->label(Yii::t('form','I agree to')." ".Html::a(\Yii::t('form','the terms of using personal data'),'/uploads/personal_data_processing_art_project.pdf',['target'=>'_blank']));
<spanclass="popup__title">Запрос на исходники платформы TaskOn</span>
<p><strong>Для того, чтобы мы смогли Вам предоставить доступ расскажите немного о себе заполив поля ниже</strong>
<p><strong>Для того, чтобы мы смогли Вам предоставить доступ расскажите немного о себе</strong>
</p>
<br>
<?php
...
...
@@ -64,6 +64,19 @@ use yii\widgets\ActiveForm;
<divclass="clear"></div>
<?phpecho$form->field($model,'confirm',
['template'=>'{input}{label}{error}{hint}']
)->checkbox([
'id'=>'bid-confirm-index',
'checked'=>false,
'required'=>true,
'class'=>'footer_form__check',
'data-required-message'=>Yii::t('form','Accept the terms')
],
false
)->label(Yii::t('form','I agree to')." ".Html::a(\Yii::t('form','the terms of using personal data'),'/uploads/personal_data_processing_art_project.pdf',['target'=>'_blank']));