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  below code to catch spam users and automatically block them to sign up

<input type="hidden" name="_gotcha" />

If the bot fills in the Honeypot input we will return the user back to your website.