در موقع validate فرم، برا فیلد verifyCode خطا میده.
با print_r مقدار وارد شده verifyCode رو دریافت میکنم که مقدار درسته اما خطا میده.
$form->field($order, 'verifyCode')->widget(Captcha::className(),['template' => $template_captcha])
public function rules()
{
retu [
[['verifyCode'], 'captcha'],
];
}
public function actions()
{
retu [
'error' => [
'class' => 'yiiwebErrorAction',
],
'captcha' => [
'class' => 'yiicaptchaCaptchaAction',
'fixedVerifyCode' => YII_ENV_TEST ? 'testme' : null,
'fontFile' => Yii::$app->basePath.'/web/fonts/captcha.ttf',
'maxLength' => 5,
'minLength'=>5'
'width' => 100,
],
];
}
متشکرم.
- - , .
برچسب:
نویسنده: خنجی