Magento 1.7 Captcha module
问题 In the new Magento release the captcha options in "System->Configurations->Customer Configuration->Captcha" I created a new form called "Signmeup"... but it does not seem to be working. I am having trouble getting it to show: <?php echo Mage::getSingleton('core/layout') ->createBlock('captcha/captcha_zend') ->setFormId('signmeup') ->setImgWidth(230) ->setImgHeight(50) ->setTemplate('captcha/zend.phtml') ->toHtml();?> Right now that block is not being displayed on the page. (Not a dynamic page