craftcms / contact-form-honeypot

Add a honeypot captcha to your Craft CMS contact form.
https://plugins.craftcms.com/contact-form-honeypot
MIT License
26 stars 4 forks source link

Submissions not being delivered - don't know where to start with reporting problems accurately #10

Closed iparr closed 1 year ago

iparr commented 2 years ago

I've had this working before on other projects, but not this time.

If I remove the line <input id="beeUnit" name="beeUnit" type="text" class="u-visually-hidden"> from my form it works fine (lots of spam though!).

I have the following in my contact-form-honeypot.php file:

return [
    'honeypotParam' => 'beeUnit'
];

On submission, the form transitions to the 'thanks' page, but I don't see anything delivered.

I am using the MailGun plugin/service to handle my emails.

I have the same problem on my dev (MacOS, Vagrant) and my production (Ubuntu, LEMP) environments.

Don't know where to start debugging this. web.log looks fine to me. Plugins are installed and working fine (i.e. I can visit their settings pages in the Dashboard).

Additional info

tommysvr commented 1 year ago

Hi @iparr, are you still having this issue? I couldn’t reproduce running the latest versions of Craft 3 + both plugins with ddev / MailHog.