You are here

README.txt in Contact Attach 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
ABOUT
-----

The Contact Attach module gives users the ability of attaching files to messages
sent using either the site-wide contact form or the personal contact forms of
users. Allowed extensions, maximum file size and number of attachments can be
defined on a per-role basis for both the site-wide contact form and personal
contact forms.

CREDITS
-------

Original author and developer of the Drupal 5 and 6 branches:
Jason Flatt
drupal@oadaeh.net
http://drupal.org/user/4649

Drupal 7 branch developed by:
Tor Arne Thune
tathune@gmail.com
http://drupal.org/user/290961

INSTALLATION AND CONFIGURATION
------------------------------

In order to use this module, you will need to do the following:
 - Install the module in the usual way.
 - Grant permissions to attach files on contact forms on the permissions page.
   These permissions will be listed in the section headlined by the module name.
 - Configure the settings on the Contact form attachments page
   (admin/config/media/contact_attach). Roles listed here are those that have
   permissions to attach files on contact forms.
 - If the Drupal core File module is enabled a managed file field will be used
   instead of a simple file field.

File

README.txt
View source
  1. ABOUT
  2. -----
  3. The Contact Attach module gives users the ability of attaching files to messages
  4. sent using either the site-wide contact form or the personal contact forms of
  5. users. Allowed extensions, maximum file size and number of attachments can be
  6. defined on a per-role basis for both the site-wide contact form and personal
  7. contact forms.
  8. CREDITS
  9. -------
  10. Original author and developer of the Drupal 5 and 6 branches:
  11. Jason Flatt
  12. drupal@oadaeh.net
  13. http://drupal.org/user/4649
  14. Drupal 7 branch developed by:
  15. Tor Arne Thune
  16. tathune@gmail.com
  17. http://drupal.org/user/290961
  18. INSTALLATION AND CONFIGURATION
  19. ------------------------------
  20. In order to use this module, you will need to do the following:
  21. - Install the module in the usual way.
  22. - Grant permissions to attach files on contact forms on the permissions page.
  23. These permissions will be listed in the section headlined by the module name.
  24. - Configure the settings on the Contact form attachments page
  25. (admin/config/media/contact_attach). Roles listed here are those that have
  26. permissions to attach files on contact forms.
  27. - If the Drupal core File module is enabled a managed file field will be used
  28. instead of a simple file field.