msurguy / Honeypot

Simple spam prevention package for Laravel applications
maxoffsky.com/code-blog/implementing-honeypot-spam-prevention-in-laravel-applications/
MIT License
429 stars 44 forks source link

Honeypot with Ardent? #6

Closed devfake closed 9 years ago

devfake commented 10 years ago

Has anyone already tried Honeypot with Ardent? As soon as I insert the honeypot rules Ardent breaks off the process.

stlouisweb commented 10 years ago

I'm having the same (or similar) issue, using Ardent the page redirects back to the form with the following message: "The my time field is required."

heavysumo commented 9 years ago

I ran into the same issue, but was able to solve it via setting the additional purge fields. https://github.com/laravelbook/ardent/issues/233