/ Published in: PHP
                    
                                        
First, for SignUp Model.
Second, for signup view.
                Second, for signup view.
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
public $verifyCode;
['verifyCode', 'captcha'],
['verifyCode', 'required'],
<?= $form->field($model, 'verifyCode')->widget(Captcha::className(), [
'template' => '<div class="row"><div class="col-lg-4">{image}</div><div class="col-lg-6">{input}</div></div>',
]) ?>
<div style="color:#999;margin:1em 0">
<?= Yii::t('app', 'Click on the image to get a new verification code.') ?>
</div>
Comments
 Subscribe to comments
                    Subscribe to comments
                
                