Zend Framework 2: How to properly replace Figlet with reCaptcha on zfcUser
问题 I am trying to replace Figlet with reCaptcha on a zfcUser registration form. Partial instruction on how to accomplish this can be found on https://github.com/ZF-Commons/ZfcUser#changing-registration-captcha-element but no complete instruction exists. Checking the README.md file has a two-step instruction on how to accomplish this but still the CAPTCHA uses Figlet when rendered on the form. Has anyone successfully implemented this? I really need a hand on this one. Thanks in advance. EDIT: