Hello,

Please suggest a module where a user (not the admin) can contact other user, OG is very comprehensive, my requirement is very very simple, users from a role will be listed, and other users (registered) can contact them. A modified Author Contact form :-)

Regards

Comments

drupaledmonk’s picture

enabling contact should do your job.

opdavies’s picture

Yes, once the Contact module is enabled, each user can have their own contact form. You can set the default by going to /admin/build/contact/settings.

You then need to go into /admin/user/permissions and enable 'access user profiles' for each desired role, and I assume 'access site-wide contact form' as well, although you may not need to.

I am learning’s picture

Thanks guys