Revision #3 has been created by Rohit Suthar on Jul 17, 2014, 2:11:05 PM with the memo:
formatting
« previous (#2)
Changes
Title
unchanged
How to show a Captcha in CForm?
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
captcha, CForm, widget
Content
changed
[...]
'password'=>array(
'type'=>'password',
'maxlength'=>32,
),
'verifyCode'=>array(
'type'=>'MyCaptcha', //render the captcha image & text field.
'showRefreshButton'=>false,
'clickableImage'=>true,
),
),
'buttons'=>array(
'login'=>array([...]