You are here

README.txt in Webform Scheduler 7

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Information
 * Dependencies
 * Installation
 * Support

INTRODUCTION
------------

Current Maintainer: Daniel Imhoff <dwieeb@gmail.com>

This module will allow webform creators to specify a start and end date for
webforms. It has Date Popup integration for easy date and time selection.

INFORMATION
-----------

It adds an optional start date and end date field to the webform form settings.
If the current date and time falls outside the specified window, the webform is
disabled. 

DEPENDENCIES
------------

- Webform (http://drupal.org/project/webform)
- Date API (provided by http://drupal.org/project/date)
- (optional) Date Popup (provided by http://drupal.org/project/date)

INSTALLATION
------------

1. Make sure the Date API is enabled by installing Date
   (http://drupal.org/project/date) and enabling it.

2. Also, you may optionally enable the Date Popup module.

3. Copy the entire webform_scheduler directory into sites/all/modules directory.

4. Login as an administrator. Enable the module in the "Administer" -> "Modules"

5. Setup your webforms by editing a webform node and going to the Webform tab,
   and then clicking Form settings, scrolling down to Scheduler.

SUPPORT
-------

Please use the issue queue for filing bugs with this module at
http://drupal.org/project/issues/1700606

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Information
  5. * Dependencies
  6. * Installation
  7. * Support
  8. INTRODUCTION
  9. ------------
  10. Current Maintainer: Daniel Imhoff
  11. This module will allow webform creators to specify a start and end date for
  12. webforms. It has Date Popup integration for easy date and time selection.
  13. INFORMATION
  14. -----------
  15. It adds an optional start date and end date field to the webform form settings.
  16. If the current date and time falls outside the specified window, the webform is
  17. disabled.
  18. DEPENDENCIES
  19. ------------
  20. - Webform (http://drupal.org/project/webform)
  21. - Date API (provided by http://drupal.org/project/date)
  22. - (optional) Date Popup (provided by http://drupal.org/project/date)
  23. INSTALLATION
  24. ------------
  25. 1. Make sure the Date API is enabled by installing Date
  26. (http://drupal.org/project/date) and enabling it.
  27. 2. Also, you may optionally enable the Date Popup module.
  28. 3. Copy the entire webform_scheduler directory into sites/all/modules directory.
  29. 4. Login as an administrator. Enable the module in the "Administer" -> "Modules"
  30. 5. Setup your webforms by editing a webform node and going to the Webform tab,
  31. and then clicking Form settings, scrolling down to Scheduler.
  32. SUPPORT
  33. -------
  34. Please use the issue queue for filing bugs with this module at
  35. http://drupal.org/project/issues/1700606