content

FacebookTwitter

Webform Validation

http://drupal.org/project/webform_validation Description: This module adds an extra tab to each webform node, allowing you to specify validation rules for your webform components. You can create one or more of the predefined validation rules, and select which webform component(s) should be validated against those. By using the hooks provided by this module, you can also define your own validation rules in your own modules. The following validation rules are currently included:

Webform

Webform is the module for making surveys in Drupal. After a submission, users may be sent an e-mail "receipt" as well as sending a notification to administrators. Results can be exported into Excel or other spreadsheet applications. http://drupal.org/project/webform
date

http://drupal.org/project/notifications This is a complete Subscriptions/Notifications Framework aiming at extendability and scalability. It allows any number of plug-ins defining new event types or subscription types or a different user interface. Drupal 7 upgrade

Notifications

social

vote

http://drupal.org/project/page_title

Page Title

The word "title" is a bit overloaded. Every piece of content in Drupal has a title, and so does every page. The page title is the one found in the HTML head inside the <title> tag. It is also used on SERPs (Search Engine Result Pages) and can greatly enhance your websites SEO (Search Engine Optimization).

Code Filter

This module provides a simple text format (input filter) that handles <?php ?> and <code></code> tags so that users can post code without having to worry about manually escaping < and > characters with &lt; and &gt; For PHP code, this module also adds syntax highlighting. For example: http://drupal.org/project/codefilter
http://drupal.org/project/print

Printer, e-mail and PDF versions

This module allows you to generate the following printer-friendly versions of any node: Printer-friendly version (webpage format) (at www.example.com/print/nid ) PDF version (at www.example.com/printpdf/nid ) Send by email (at www.example.com/printmail/nid ) where nid is the node id of content to render. Important: The current versions of the module require at least Drupal 5.17, 6.11 or 7.0. They will not work in older versions. By editing the default print.css or specifying your own CSS file and/or the print.tpl.php files, it is possible to change the look of the output page to suit your taste.