I have a use-case where I want to allow anonymous users to ask questions, but I expect that some of their questions will be duplicates or that the experts will need to answer the questions privately by email instead of posting them on the site. In order to accomplish that, the experts will need to be able to see the email address for the person that will be notified. That way they can email (outside of Drupal) the person directly with an answer, and then archive or delete the question.

Right now I don't think the email address entered when a user asks to be notified is displayed anywhere.

I'm already using Views to create custom moderator views, so I think it might be simplest to make the field available via Views.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jojonaloha’s picture

Title: Add Views Integration for » Add Views Integration
Status: Active » Needs review
FileSize
1.1 KB

Attached patch adds some really basic views support for the faq_ask_notify email field.