lukeraymonddowning / honey

A spam prevention package for Laravel, providing honeypot techniques, ip blocking and beautifully simple Recaptcha integration. Stop spam. Use Honey.
MIT License
406 stars 23 forks source link

Form Redirecting to The URL Domain/Mail #57

Closed temwa closed 2 years ago

temwa commented 2 years ago

Hi,

I have implemented the honeypot but when I click submit, the form is redirecting to the URL domain/mail. This is happening even when the form is empty and it bypasses the HTML 5 form validations.

What am I doing wrong. Please advise.

Thanks

temwa commented 2 years ago

Resolved. There was a redirect configured on the server that was causing the issue.