What is the Honeypot method?
A honeypot field in an HTML form is a hidden input field designed to work out whether or not it is a spam bot submitting your contact form, comments form, or similar.
Add
<input type="hidden" name="_gotcha" />
to catch spam users and automatically blocks them to sign up.
If the bot fills in the Honeypot input we will return the user back to your website.