| 1 |
$Id$
|
| 2 |
|
| 3 |
OVERVIEW
|
| 4 |
--------
|
| 5 |
|
| 6 |
The Multiforms module was designed to handle contests and surveys for the
|
| 7 |
website of The Georgia Straight, a weekly Vancouver newspaper.
|
| 8 |
|
| 9 |
Features:
|
| 10 |
* Multiple form support
|
| 11 |
* Ability to save/load form "snippets" (groups of fields)
|
| 12 |
* Duplicate submission prevention
|
| 13 |
(based on specification of which fields should collectively be unique)
|
| 14 |
* Ability to purge submitted data
|
| 15 |
* Supports closing date and message
|
| 16 |
* Integrated email referrals
|
| 17 |
* Supports completion threshold
|
| 18 |
* Creation of draw entries upon successful complete
|
| 19 |
* Creation of extra draw entries for each email referral
|
| 20 |
|
| 21 |
|
| 22 |
INSTALLING MULTIFORMS
|
| 23 |
---------------------
|
| 24 |
|
| 25 |
1. Visit http://drupal.org/project/multiforms and download and decompress the
|
| 26 |
appropriate archive.
|
| 27 |
|
| 28 |
2. Place the resulting "multiforms" folder in your Drupal installation's
|
| 29 |
"modules" directory.
|
| 30 |
|
| 31 |
3. Enable the three component modules via the admin/modules administration
|
| 32 |
page.
|
| 33 |
|
| 34 |
4. Optionally set defaults at admin/settings/multiforms page.
|
| 35 |
|
| 36 |
|
| 37 |
DOCUMENTATION
|
| 38 |
-------------
|
| 39 |
|
| 40 |
Documentation is available at the Multiforms handbook page:
|
| 41 |
http://drupal.org/node/145576
|