Skip to content

Instantly share code, notes, and snippets.

@italoveloso
Created May 23, 2013 18:23
Show Gist options
  • Save italoveloso/5638262 to your computer and use it in GitHub Desktop.
Save italoveloso/5638262 to your computer and use it in GitHub Desktop.
Recaptcha Zend
$recaptcha = new Zend_Service_ReCaptcha('6Ldxo8YSAAAAAD2Q1bc5PCqYA2TPef_wj1JDpmm0','6Ldxo8YSAAAAAOxFKB3hwN1f_3cEaeyMT646RL5X');
$recaptcha->setOption('theme', 'clean');
$captcha = new Zend_Form_Element_Captcha('captcha',
array('captcha' => 'ReCaptcha',
'captchaOptions' => array('captcha' => 'ReCaptcha',
'service' => $recaptcha)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment