Closed (works as designed)
Project:
Honeypot
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2011 at 02:04 UTC
Updated:
4 Nov 2011 at 22:53 UTC
I would like to be able to make the Honeypot form field (default:homepage) visible for local testing
Is there a simple way to do that?
I am a designer rather than a PHP coder so explicit instructions are needed:-)
Comments
Comment #1
geerlingguy commentedIf you're using Chrome, Safari, or FireFox, you can use Webkit Inspector (Chrome/Safari) or FireBug (downloadable extension for FF) to right click in the form area on another element (like the username form on the user registration form, for example). Then Inspect that element, and you can change the HTML or CSS right in the inspector area - uncheck the 'display: none;' rule for the honeypot text field to make it visible.
See something like: http://stackoverflow.com/questions/3355111/export-css-changes-from-inspe...
Comment #2
Ludwig commentedThanks for the reply.
I have obviously done something wrong:-(
I am using the webform module and have configured it so that the forms are within the 'basic page' rather than being stand-alone forms.
I have set Honeypot to 'Protect all forms with Honeypot'. However, the honeypot field (homepage) is not being attached. I have searched with web inspector and the term 'homepage' doesn't return any results.
Comment #3
geerlingguy commentedI haven't tested Honeypot with Webform, so there may be something preventing the field from being added to webforms... I'll have to look into this.
Comment #4
ericthelast commentedHey Jeff, I dug into this and realized two things:
FYI, I'm using Webform 6.x-3.14, Honeypot 6.x-1.7, and Drupal 6.23-dev. Hope that helps.
Comment #5
Ludwig commentedThanks ericthelast you provided the clues!
I feel like a bit of a goose:-)
I switched to Chrome ( as a user) and used the Web Developer tools to expose the fields and the Honeypot field(s) showed.
Also thanks to geerlingguy for paying attention. Sorry about wasting your time.