You are here

README.txt in Webform Accordion 6

Same filename and directory in other branches
  1. 7.2 README.txt
  2. 7 README.txt
Description
-----------
This module adds two new components to your webforms allowing you to group
fields together inside of a jQuery UI Accordion control
(http://jqueryui.com/demos/accordion).

Requirements
------------
Drupal 6.16 or higher
Webform 3.x
jQuery UI 1.5+ (with jQuery UI Library version 1.7+)

Installation
------------
1. Copy the entire webform_accordion directory the Drupal sites/all/modules directory.

2. Login as an administrator. Enable the module in the "Administer" -> "Site
   Building" -> "Modules"

3. (Optional) Edit the settings under "Administer" -> "Site configuration" ->
   "Webform" -> "Advanced Settings"

4. Create or edit a webform node at node/add/webform.

5. Add one or more Accordion Containers to your form.
   Each container represents a single Accordion control.

6. Add two or more Accordion Tab controls to your form as children of an
   Accordion Container.

7. Add Webform controls as children of each Accordion Tab.

File

README.txt
View source
  1. Description
  2. -----------
  3. This module adds two new components to your webforms allowing you to group
  4. fields together inside of a jQuery UI Accordion control
  5. (http://jqueryui.com/demos/accordion).
  6. Requirements
  7. ------------
  8. Drupal 6.16 or higher
  9. Webform 3.x
  10. jQuery UI 1.5+ (with jQuery UI Library version 1.7+)
  11. Installation
  12. ------------
  13. 1. Copy the entire webform_accordion directory the Drupal sites/all/modules directory.
  14. 2. Login as an administrator. Enable the module in the "Administer" -> "Site
  15. Building" -> "Modules"
  16. 3. (Optional) Edit the settings under "Administer" -> "Site configuration" ->
  17. "Webform" -> "Advanced Settings"
  18. 4. Create or edit a webform node at node/add/webform.
  19. 5. Add one or more Accordion Containers to your form.
  20. Each container represents a single Accordion control.
  21. 6. Add two or more Accordion Tab controls to your form as children of an
  22. Accordion Container.
  23. 7. Add Webform controls as children of each Accordion Tab.