wesley tanaka

Remove the CC checkbox from Drupal contact forms

Drupal core contains a contact.module which allows users of a Drupal site to contact each other through email. The contact form displays a "Send yourself a copy" checkbox. This Drupal 5 module gets rid of that checkbox.

This might be useful if you have only the site-wide contact form enabled and want to prevent people from seeing your site's outgoing email headers.

Installation

To install:

  1. Make a directory sites/all/modules/contact_nocc/
  2. Download the two files contact_nocc.module and contact_nocc.info into that directory
  3. Enable the module on the Administer:Site building:Modules page (admin/build/modules)
There is no configuration UI. Enabling the contact_nocc module automatically enables the functionality.

Uninstallation

To uninstall:
  1. Disable the module on the Administer:Site building:Modules page (admin/build/modules)
  2. Delete the sites/all/modules/contact_nocc/ directory
Disabling the contact_nocc module will restore the contact module back to its original functionality.
AttachmentSize
contact_nocc.module536 bytes
contact_nocc.info171 bytes

Suggested Links

how does it work, i don't

how does it work, i don't see any install file and its not added to the mod list, where we suppose to add it ?

No .install file is

No .install file is necessary, and it should show up in the module list as soon as you put both the .module file and the .info file in sites/all/modules/contact_nocc/

Syndicate content