- This topic has 2 replies, 2 voices, and was last updated 9 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › Emember Form Builder Hide Honeypot Field to Regular Visitors
In the captcha settings for the emember form builder add on when I use the honeypot method it shows the block and says don’t enter anything in this field. Is there anyway to hide this like other forms do? What would be the css. I’m having a hard time finding what class it is under. I would like to add something like visibility: hidden to that whole field.
Maybe there should be a checkmark option to have it not show up on the form so regular people who are filling out the form won’t even see it.
Thanks John
Yes, you can hide it using CSS but some bots are smart and it will know that if a field is hidden, it won’t fill any data in that field.
Thats why it is good to keep the field visible so they fall in the trap. If you are going to use the honeypot captcha method then there is no point hiding it otherwise it loses its effectiveness.
Interesting, never heard that before. Thanks for the heads up.