Closed (works as designed)
Project:
Honeypot
Version:
7.x-1.15
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2013 at 03:45 UTC
Updated:
14 Oct 2013 at 01:48 UTC
someone please explain to me how to insert honeypot in views exposed filters
please help
Comments
Comment #1
geerlingguy commentedPlease see the example here: #2109509-1: How to get honeypot on an event registration form for Entity Registration.
Basically, you can create a custom module, like 'custom.module' (It will also need an .info file), and put something like the following inside the .module file:
You can find the form ID by viewing the source on the page with the views exposed form, and search for the text "form_id" — the name of that HTML element will be what you put in for 'form_id_you_are_interested_in'.
That's the simplest way, if you want to avoid turning on Honeypot for every form on your site!