I enabled Protect All Forms. Then I enabled the search form. The blank field and the words 'Leave this field blank' are visible above the search box.

Comments

geerlingguy’s picture

Version: 7.x-1.1 » 7.x-1.x-dev
Assigned: Unassigned » geerlingguy

I'll take a look at this. I actually haven't fully tested the Protect All Forms setting yet, as I don't use it on the sites where I'm using Honeypot. Hopefully, though, I'll have this issue fixed in a few hours.

geerlingguy’s picture

Status: Active » Fixed

I've fixed the problem - needed to add an !important flag in the CSS to hide that field, since inline-containers are given a display: inline rule which overrode what I had set up in Honeypot.module. See http://drupalcode.org/project/honeypot.git/commit/1d4f532

I will release 7.x-1.2 today with this fix.

john_b’s picture

Thanks. Works fine!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.