I know there is a contact form where users can contact other users. My problem is that the information asked for the common contact form is not enough. I prepared a form with webform module that ask the user all the info I need.

I have some users in a role, lets call that role "Painters". This painters can show their work in the site. And other people interested in those paintings should be able to contact any of these painters with my custom form made with webform module. The problem is that I couldn't find a way to tell the webform to which one of my painters the info should be sent. Besides, it would be great each painter can read their contacts in the results that are kept in the database and shown in the site.

The administrator must have a copy or an access to all the contacts made to the painters. So I need the email to be sent to an specific painter and to the admin.

Sorry for my English, and if what I say is no very understandable.

I look around in every possible module or page, but couldn't find any solution to my problem.
Thanks in advance for your help. Any tip would be greatly appreciated.

Comments

mairav’s picture

Is there any way I can tell webform which user should receive the contact depending on the url the contact form was sent? and give access to the Content management section so they can view their own contacts?

This is a workaround I'm thinking, but maybe there is another way to do this. I'm pretty new with drupal, this is my first site, and is quite complex.

quicksketch’s picture

Status: Active » Closed (fixed)

Webform is not really suitable for what you are describing, I'd suggest Private Message module.