Thank you for reply.

My code is this:


$captcha = new Zend_Form_Element_Captcha('captcha',

    array('required' => true,

        'captcha' => array('captcha'
=> 'Image',

        'font' =>
'C:/Windows/Fonts/arial.ttf',

        'fontSize' => '24px',

        'wordLen' => '5',

        'height' => '50px',

        'width' => '150px',

        'imgDir' => $captchaDir,

        'imgUrl' =>
'http://localhost/www/web_root/images/captcha',

        'suffix' => '.png',

        'timeout' => 300,

        'dotNoiseLevel' => 50,

        'lineNoiseLevel' => 5)));

$this->addElement($captcha);



What I am doing wrong?
-- 
View this message in context: 
http://n4.nabble.com/Captcha-Form-Element-tp652248p1415193.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to