Hi there,
I've taken the liberty of re-writing this module to work with Drupal 4.7. I've attached the module to this post.
To install:
# Download and copy into your /modules directory
# Enable the module in /admin/modules
# Configure user permissions in /admin/access
# Configure the module in admin/settings/form_mail
The module is designed to allow users to send mail to different "departments". You list the departments in admin/settings/form_mail and you also give your email address domain name. Say you set your domain name to "mydomain.com" and you have three departments: feedback, contributors and advertising... when a user submits a contact form the email will be sent to, for example, feedback@mydomain.com
You get to the page by going to /contact
You can set the default department in the URL, for example /contact/feedback
Feel free to hack away to make it fit your needs.
You will (soon) be able to see it working at http://ukfilm.org/contact (we hope to take our site live within the next few days)
Best wishes,
Jack
| Comment | File | Size | Author |
|---|---|---|---|
| form_mail.module | 9.07 KB | dan_aka_jack |
Comments
Comment #1
dan_aka_jack commentedHmm... turns out the "contact" module in Drupal 4.7 does almost exactly the same thing! Oops! I'd recommend you use the "contact" module rather than my module.
Comment #2
moshe weitzman commented