By dibbd on
I have several created content types that include fields such as name, address, phone, etc that once submitted, they need to be emailed to me.
I thought maybe I could simply modify the site contact module, but it doesn't look like (from what I've seen) that you can managed CCK fields on it.
Suggestions?
Comments
have you tried the web form
have you tried the web form module?
Webform
For general contact forms check out the webform module:
http://www.drupal.org/project/webform
You can't add CCK field types to it, but it has equivalents for all the basic CCK field types.
You could try the Triggers
You could try the Triggers module. It can sent an email, once a node is saved.
Thanks!
Yeah, I think the Trigger (core module) is exactly what I need! I hadn't noticed it before.
The Webform modules mentioned above look interesting too, will probably check those out for some other features I may need, but it's looking like the Trigger module is the simple thing I need, and it's part of the core which is even better!
Thanks again for the ideas.
Triggers And Actions video tutorial
I found a nice video tutorial on "Triggers And Actions" here:
http://learnbythedrop.com/drop/39
Very cool, and again, exactly what I needed, and the tutorial helped a lot too.