I have a View that is used to display the contact information for people on staff
It is a view that uses the "user" table as a default and shows fields from their user profile (admin/user/profile) as fields in the view.
I want it to display email addresses, but to use reCAPTCHA mailhide to "protect" them. How do I get the input filter to "process" the field before Views displays it? Perhaps with customfield? I can't figure this out. Any help would be great!
Keith
PS If my description of the problem is unclear perhaps this will help? http://crcc.org/node/760
I want to hide the email addresses with the reCAPTCHA mailhide filter.
Comments
Comment #1
hass commentedText field with filter should be required.