You are here

README.txt in Webform Panels 7

INTRODUCTION
------------
This module provides a ctools content type plugin to display nodes that have
webform components attached to them.

It provides subtypes to allow you to specify the node type of the node you want
to display, as well as the view mode you want to display it in, and it will only
show nodes that actually are webforms, instead of showing all nodes that can be
webforms.

* For a full description of the module, visit the project page:
  https://www.drupal.org/project/webform_panels
* To submit bug reports and feature suggestions, or to track changes:
  https://www.drupal.org/project/issues/webform_panels

REQUIREMENTS
------------
This module requires the following modules:
* Webform (https://drupal.org/project/webform)
* Panels (https://drupal.org/project/panels)
* Ctools (https://drupal.org/project/ctools)

INSTALLATION
------------
* Install as you would normally install a contributed drupal module. See:
  https://drupal.org/documentation/install/modules-themes/modules-7
  for further information.
* You will now have a new content type tab in the panel add content screen.

NOTES
------------
* Only content types that have nodes with webform components will be displayed
  in the subtypes screen of the webform content type section.

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. This module provides a ctools content type plugin to display nodes that have
  4. webform components attached to them.
  5. It provides subtypes to allow you to specify the node type of the node you want
  6. to display, as well as the view mode you want to display it in, and it will only
  7. show nodes that actually are webforms, instead of showing all nodes that can be
  8. webforms.
  9. * For a full description of the module, visit the project page:
  10. https://www.drupal.org/project/webform_panels
  11. * To submit bug reports and feature suggestions, or to track changes:
  12. https://www.drupal.org/project/issues/webform_panels
  13. REQUIREMENTS
  14. ------------
  15. This module requires the following modules:
  16. * Webform (https://drupal.org/project/webform)
  17. * Panels (https://drupal.org/project/panels)
  18. * Ctools (https://drupal.org/project/ctools)
  19. INSTALLATION
  20. ------------
  21. * Install as you would normally install a contributed drupal module. See:
  22. https://drupal.org/documentation/install/modules-themes/modules-7
  23. for further information.
  24. * You will now have a new content type tab in the panel add content screen.
  25. NOTES
  26. ------------
  27. * Only content types that have nodes with webform components will be displayed
  28. in the subtypes screen of the webform content type section.