My site does not need user registration. Users can post without registering.

One of the fields in node/add/story is e-mail cck field among with other fields. After the visitor submits their story that field is only visible to the admin.

When other visitors are viewing stories In every story content area I would like to add a "Send Message to Story Creator" button.

When visitors click on the Send messsage button a form should be visible to the visitor with the fields e-mail of the sender which they have to input and the message field. When they click on the "Submit" button the drupal site should send an email to "e-mail cck field" provided by the story submitter.

Hope I was clear.

Is there an eay way to accomplish this.

Thanks in advance

Comments

halisemre’s picture

anyone?

2by’s picture

i under stood what needs to be done, i can help you out there, few question, what version of drupal u running... and also will it be possible to talk on a im

tubai (arpan chatterjee)

mm167’s picture

my way to do it :

1. a new content type (or modify the story)
add email field. set it non-display when view.

2. a small module to add "Send Message to Story Creator" button
admin may select for the content types to add the button

3. a new webForm
for admin to design which should be send to the "Store Creator'

4. email to the "Store Creator"

If you are happy of this idea, I may build a demo for u to verify.

Good day.