Honeypot

Prevent bots and spammers using your forms to send emails.

Bots and Spam Submissions are prevented using the Honeypot Spam Prevention method. By now, these bots are getting advanced, so we have made sure to add some extra layer of protection for this Honeypot. This will stop most bots from submitting your form.

botcheck

Honeypot is optional to include, however we recommend adding this if you are not using the hCaptcha or reCaptcha Integration

See the code below.

<input type="checkbox" name="botcheck" class="hidden" style="display: none;">

The Input type should be checkbox and the name should be botcheck

Last updated