I have enabled captcha for the comment form (Add captcha point with id 'comment_node_article_form') but it is not showing. Anyone else have this issue? It does work for registration and contact form. Thank you.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fomenkoandrey created an issue. See original summary.

tamarpe’s picture

Status: Active » Closed (won't fix)

Hello, 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.

naveenvalecha’s picture

Status: Closed (won't fix) » Postponed (maintainer needs more info)
fomenkoandrey’s picture

U was right.
I did "comment_comment_form" and captca appeared.
Thank U very much!!!

meaton’s picture

Excellent! 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.

mmerrill219’s picture

Confirmed.
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

rcodina’s picture

Thanks 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

reyna_cortez’s picture

hello, as I can do to add the CAPTCHA to a custom form?

ddrozdik’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Boymix81’s picture

Great #7 !

It's working with also custom comment form.

perfky§’s picture

What is the logic behind it being comment_comment_form? I am confused

hillel33’s picture

comment_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! ;-)

4kant’s picture

As #11 stated:
If you have a custom form ( = new comment type ) #7 is working.

Thanks!