You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When contact-form-honeypot sees it's honeypot input has a value, it sets isSpam to true and no email is sent. This is all expected.
This plugin does not check the state of the isSpam flag before saving a form submission to the database. Not sure if this is the intention or possibly there is a race condition here due to the use of event handlers?
The text was updated successfully, but these errors were encountered:
I've added a potential fix in 1.0.12. There's not more that I can do if this doesn't fix it because then it's an issue of the order of the event handlers. You could open an issue with the honeypot plugin so they can specify that their event has to be handled first: https://www.yiiframework.com/doc/guide/2.0/en/concept-events#event-handler-order
Not sure if this is strictly within scope of this plugin as I'm trying to use https://github.com/craftcms/contact-form-honeypot with this plugin.
When contact-form-honeypot sees it's honeypot input has a value, it sets
isSpam
to true and no email is sent. This is all expected.This plugin does not check the state of the
isSpam
flag before saving a form submission to the database. Not sure if this is the intention or possibly there is a race condition here due to the use of event handlers?The text was updated successfully, but these errors were encountered: