reCAPTCHA integration not working properly
-
Hi Takayuki,
Great plugin! Has helped me out many times with setting up contact forms.
Today I wanted to integrate reCAPTCHA in a form and the code generated by the [recaptcha] form tag totally broke my website. I tracked the generation of this code to /modules/recaptcha.php There is a block of code in that file:
<noscript> <div style="width: 302px; height: 422px;"> etc. etc. </div> </noscript>
This whole block needs to be replaced with:
<div class="g-recaptcha" data-sitekey="{SITEKEY_HERE}"></div>
If you could do this in the next update for the plugin that would be awesome.
Ragards,
Bas
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘reCAPTCHA integration not working properly’ is closed to new replies.