- Issue created by @astutonet
- π©πͺGermany Anybody Porta Westfalica
Hi @astutonet I understand what you refer to, as I also ran into this, knowing the old Drupal 7 Captcha logics. Drupal 8+ Captcha works differently and I don't think the wildcard support will be possible, if I remember correctly. But happy to review community work here.
- πΊπΈUnited States wylbur Minneapolis, Minnesota, USA
I'll add another request for this feature. If you are adding webforms to nodes via layout builder, blocks, paragraphs, the webform ID changes:
form id - webform_submission_contact_add_form
becomes
formid - webform_submission_contact_node_20139_add_formFor now, we are enabling captcha on all forms, and setting permissions that all authenticated users can skip captchas.
- First commit to issue fork.
- π³π±Netherlands Ruuds
So we also ran into this. I've created a MR which adds the ability to support wildcard for captcha points. It currently matches on the beginning of the form id, so `webform_submission` also matches `webform_submission_contact_add_form` when wildcards are enabled for the specific captcha point.
Wildcard support is disabled by default and should be enabled on a captcha point base. I've also added a test to the CaptchaTest test class.
- Status changed to Needs review
6 months ago 12:00pm 31 July 2024 - π©πͺGermany Anybody Porta Westfalica
@Ruuds jsut FYI: In contrast to the Drupal 7 version, these captcha points are no more that important!
Captcha support is enabled in webform settings (if this wasn't just an example).Maybe you could add a further MR to add a description which points this out in the captcha point area? Webform e.g. is quite common!