Hello @Waldo,
How would we install honeypot onto the contact form?
Also how would we add a BCC email address to the contact form?
Website build:
https://preview.webflow.com/preview/kubyenergy?preview=f99961f420b4e34dc7a6e4b2d6c96a41
Thanks.
Hello @Waldo,
How would we install honeypot onto the contact form?
Also how would we add a BCC email address to the contact form?
Website build:
https://preview.webflow.com/preview/kubyenergy?preview=f99961f420b4e34dc7a6e4b2d6c96a41
Thanks.
We’re not sure how to do these.
Hey @adster
Are you referring to the Honey Pot technique (https://solutionfactor.net/blog/2014/02/01/honeypot-technique-fast-easy-spam-prevention/)
Or the HoneyPot plugin for Contact Form 7?
If you’re referring to the technique itself (ie hiding an input field from human viewers of your site), you can just:
<style>#test_email { display: none; } </style>
You’ll then be able to see which of your contact submissions are spam on your Forms page, due to the fact that bots will fill out the “test_email” field even though its hidden. All your genuine contacts will have a blank entry for the “test_email” field.
Hope this helps
Evan