Magento add Recaptcha to any form you want
Hi, This extension will allow you to ad google reCaptcha to any form you want by add one line , only one line will activate the reCaptcha
First step is to set the configuration from
System -> Configuration
Go to the ZEO Extension section then click on reCaptcha

Then add the configuration

That is it , only you have to add one line to the phtml form page
Go to any form you want to use reCaptcha then add between <form> tag
<?php
echo Mage::helper('recaptcha')->addReCaptchaBlock();
?>