次のように、reCaptcha を zend 形式で使用しています。
$recaptcha = new Zend_Service_ReCaptcha('xxx', 'yyy',
NULL, array('theme' => 'white'));
$captcha = new Zend_Form_Element_Captcha('captcha',
array(
'label' => 'Type the characters you see in the picture below.',
'captcha' => 'ReCaptcha',
'captchaOptions' => array(
'captcha' => 'ReCaptcha',
'service' => $recaptcha
)
)
);
人が文字を読みにくくする設定がないか気になります。それらの言葉を解読するのは難しいようです