Open yiqiang opened 9 years ago
basically i installed and change the controller, however it is not appearing in my view
my view use yii\captcha\Captcha; <?= $form->field($model, 'captcha')->widget(Captcha::className(),['imageOptions'=>['style'=>'width:100px;height:50px;']]) ?>
it still shows old captcha
You need to change your SiteController. Read this https://github.com/mdmsoft/yii2-captcha#usage
SiteController
Write normal manual !!!
basically i installed and change the controller, however it is not appearing in my view
my view use yii\captcha\Captcha; <?= $form->field($model, 'captcha')->widget(Captcha::className(),['imageOptions'=>['style'=>'width:100px;height:50px;']]) ?>
it still shows old captcha