Hi Could you tell me how to install Recaptcha script without the official module ? With the module, I cannot customize the template and the language Thank you --- V4.1.6 Developper
You would have to download their code and then modify all the forms to use it. Not a simple process but could be done.
I am unsure why you would need to do this if it is only the look and feel of the module you wish to change. You can use their 'clean' style if you prefer which goes with almost anything. Alternatively you can set up some css styling if you prefer to make your own style http://www.68classifieds.com/forums/templatecodes/8705-recaptcha-2.html#post45808 And it does work the last time I tried for a customer.
Thank you for your reply. It's not easy to read the words of recapcha, particularry if it's not in your mother tongue... I dont know where I have to place this code : <script> var RecaptchaOptions = { lang : "your code" theme : 'white', tabindex : 2 }; </script>