Any reason not to just hide it with CSS? Something like:
#honeypotField {
display: none;
}
Assuming that the field's ID is set to "honeypotField"?
(Alternatively, if you're not using an external stylesheet, you could
use:
style = "display: none;"
as a property of the <input > item.)
Adam
On Aug 10, 10:31 am, Alessandro Ronchi <[email protected]>
wrote:
> I need to hide the django-comments honeypot in my comment form, but It's
> visible to the user.
>
> Is there a way to do that in an easy way?
>
> --
> Alessandro Ronchi
>
> SOASI
> Sviluppo Software e Sistemi Open Sourcehttp://www.soasi.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---