- 🇩🇪Germany cweiske
I found the root cause, see webform issue 3366746 🐛 Honeypot fields not filled in WebformSubmissionForm::validateFormValues Active .
Currently,
Honeypot →
is not working for form submissions.
When submitting the form, the honeypot field is not added to the $form_state values when running WebformSubmissionForm::validateFormValues($values);
. Thus, the honeypot validation handler always receives an empty string as value. Figure out why this is the case.
Make sure Honeypot validation runs if it is configured to do so.
None.
None.
None.
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I found the root cause, see webform issue 3366746 🐛 Honeypot fields not filled in WebformSubmissionForm::validateFormValues Active .