-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recaptcha2 is not loaded #6
Comments
Hello! |
I also tried to solve the problem, but I didn't find the solution yet. I will try later again when I have more free time. If anyone has an idea where to fix - let's discuss. |
I'm not familiar with either Joomla/JComments execution flow, or recaptcha initialization scripts, so I may be off-base here (sorry if that's the case), but, since "ideas" were requested let me provide one: :) When the "Add Comment" link is clicked, the AJAX POST request is answered with a JSON that includes 2 elements:
Would it be possible (depending on the selected captcha method) to (selectively) stick calls to reCaptcha initialization functions in the code for this |
In the administration panel, click on :
Components->JComments->Settings->Layout
Select :
Comment form -> Default -> Hide
See the site, click on the link "Add comment" in an article.
The comment form is displayed without reCaptcha.
The text was updated successfully, but these errors were encountered: