You can't use the recaptcha element in forms where you don't want to save the submissions, the annotation in RecaptchaElementWebformHandler has not been removed.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3211928-make-required-submission-optional.patch | 862 bytes | gertlor |
| #2 | 3211928-remove-required-submission-in-anotation.patch | 774 bytes | gertlor |
Comments
Comment #2
gertlor commentedComment #3
gertlor commentedComment #4
casey commentedInstead of removing the submission attribute, I suggest setting it to \Drupal\webform\Plugin\WebformHandlerInterface::SUBMISSION_OPTIONAL
Comment #5
gertlor commentedI've applied the changes Casey
Comment #7
casey commentedThanks for the patch!