Hi, I will take a look into this.
I have created a merge request updating the referenced issue ID. please see: MR !8416
Hi, This is now under investigation - taking a look.
Seems to be a duplicate of: https://www.drupal.org/project/paragraphs/issues/3231174 → where a work around/solution has been proposed, check it out there.
I have tested patch #273 Thanks @slasher13
Environment tested on:
Drupal 10.1.6
Php 8.1.21
Version: Recaptcha 8.x-3.2
Issue prior to patch:
We were using a basic webform with all fields required, with ajax enabled (not multi-step) in a block to collect anonymous user feedback. With persistence set to: "Omit challenges in a multi-step/preview workflow once the user successfully responds to a challenge." and captcha added directly to the webform rather than as a captcha point within the block (however adding the captcha point within the block had the same result). If the anonymous user failed to enter one of the required fields or pass the captcha, the captcha would not display post initial submission. Disabling ajax resolved the issue but was not an option in this use case.
After applying the patch:
The captcha was shown as expected post failed webform submission within the webform block.
nathankg → created an issue.
https://www.drupal.org/files/issues/2022-08-26/issue-3306155.patch →
I have tested this patch and it works as expected, this provides a fix for those php 8.0+.
I have tested this patch and it works as expected, this provides a fix for those php 8.0+.
Taken a look at this patch, all looks good to me. RTBC
I've Taken a look at the patch, all looks good to me. RTBC.