Closed (fixed)
Project:
CAPTCHA
Version:
8.x-1.0-alpha0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2016 at 20:00 UTC
Updated:
20 Jan 2023 at 08:47 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tamarpe commentedHello, It seems to work here, Is it still happening?
Are you sure the form id of your form is comment_node_article_form ? the default name is comment_comment_form.
I put it on Fixed, it seems like mistake of the ID.
Comment #3
naveenvalechaComment #4
fomenkoandrey commentedU was right.
I did "comment_comment_form" and captca appeared.
Thank U very much!!!
Comment #5
meaton commentedExcellent! Thank you very much. I was using the form id comment_form looking at the source of the page. I added comment_comment_form and it appeared right away. I appreciate it.
Comment #6
mmerrill219 commentedConfirmed.
To add Captcha to Drupal 8 Comments one must:
- Goto "admin/config/people/captcha/captcha-points"
- Click " + Add Captcha Point" button at top of page
- Use "comment_comment_form" as Form ID
Comment #7
rcodinaThanks for the info! If the comment type is custom, you can check the form ID looking for hidden input with name "form_id". The value of that input is the "Form ID" to add in admin/config/people/captcha/captcha-points
Comment #8
reyna_cortez commentedhello, as I can do to add the CAPTCHA to a custom form?
Comment #9
ddrozdik commentedComment #11
Boymix81 commentedGreat #7 !
It's working with also custom comment form.
Comment #12
perfky§ commentedWhat is the logic behind it being comment_comment_form? I am confused
Comment #13
hillel33 commentedcomment_comment_form is the id name for comments form.
You can find the form's name and id with the google developer tools.
Take a look at the following picture! ;-)
Comment #14
4kant commentedAs #11 stated:
If you have a custom form ( = new comment type ) #7 is working.
Thanks!