Ver original$captcha = new Zend_Form_Element_Captcha('human', array('label' => 'Eres humano ? ', 'captcha' => $config) );$form->addElement($captcha); $word = $form->human->getCaptcha()->getWord();