You are here

README.txt in Webform Default Fields 7.4

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
  3. 7.3 README.txt
CONTENTS OF THIS FILE
---------------------

 * Description
 * Requirements
 * Installation
 * Configuration
 * Support

DESCRIPTION
-----------
With this module you can easily create much of nodes with same webform
fields. It can be applicable in case of job vacancies with reply form,
kind of quality feedback control or whatever your mind suggests you.
Because you can create more than one webform-enabled content types, you
respectively can attach different default fields for each of them.

REQUIREMENTS
------------
This module requires the module:
 * Webform (https://drupal.org/project/webform) 7.x-4.1 or higher

INSTALLATION
------------
 * Install Webform module.
 * Copy the entire module directory the Drupal sites/all/modules directory.
 * Login as an administrator. Enable the module in the "Administration" »
  "Modules"

CONFIGURATION
-------------
 * Configure user permissions in Administration » People » Permissions:

   - Administer Webform Default Fields
     Grants access to the "Webform Default Fields" tab on content types
     management page. Generally an administrative permission.

   - Reset Webform components to Default
     Users with roles with the "Reset Webform components to Default"
     permission will see the "Reset" page on all webform content.

 * Create default fields for the webform content type:
   
   - Go to admin/structure/types/manage/%WEBFORM_ALLOWED_TYPE%/webform-fields
     where %WEBFORM_ALLOWED_TYPE% is content type which allow Webform module.
   
   - Add components to the Default Webform.

   - To set default Conditionals, E-mails and Form Settings for this content
     type use a tabs on webform sub-navigation

   - Create a new webform node and make sure it contains default fields
     you added before.

 * Configure exclusions for the Webform Default Fields

   - Go to /admin/structure/types/manage/%WEBFORM_ALLOWED_TYPE% in the tab
     "Webform" Webform default fields allowing for content type, to disable
     action when create a new node.

   - If you use hook_webform_node_defaults_alter() and don't want Webform
     Default Fields to overwrite the your defaults in $node->webform, you should
     add $defaults['webform_default_fields_ignore'] = TRUE in your implementing.

 * Reset existing webform to default:

   - Go to %YOUR_NODE%/webform/webform-reset where %WEBFORM_NODE% is ID of node
     which you want to reset

   - Reset components of webform implemented in "reset components" form. Check
     out a difference between components the curent webform and default webform.
     Select which components expose to reset actions (add / remove / restore).

   - Reset main webform parts implemented in "global reset" form.

SUPPORT
-------
Feel free to report bugs and propositions in our Issue Queue
http://drupal.org/project/issues/webform_default_fields

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Description
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Support
  8. DESCRIPTION
  9. -----------
  10. With this module you can easily create much of nodes with same webform
  11. fields. It can be applicable in case of job vacancies with reply form,
  12. kind of quality feedback control or whatever your mind suggests you.
  13. Because you can create more than one webform-enabled content types, you
  14. respectively can attach different default fields for each of them.
  15. REQUIREMENTS
  16. ------------
  17. This module requires the module:
  18. * Webform (https://drupal.org/project/webform) 7.x-4.1 or higher
  19. INSTALLATION
  20. ------------
  21. * Install Webform module.
  22. * Copy the entire module directory the Drupal sites/all/modules directory.
  23. * Login as an administrator. Enable the module in the "Administration" »
  24. "Modules"
  25. CONFIGURATION
  26. -------------
  27. * Configure user permissions in Administration » People » Permissions:
  28. - Administer Webform Default Fields
  29. Grants access to the "Webform Default Fields" tab on content types
  30. management page. Generally an administrative permission.
  31. - Reset Webform components to Default
  32. Users with roles with the "Reset Webform components to Default"
  33. permission will see the "Reset" page on all webform content.
  34. * Create default fields for the webform content type:
  35. - Go to admin/structure/types/manage/%WEBFORM_ALLOWED_TYPE%/webform-fields
  36. where %WEBFORM_ALLOWED_TYPE% is content type which allow Webform module.
  37. - Add components to the Default Webform.
  38. - To set default Conditionals, E-mails and Form Settings for this content
  39. type use a tabs on webform sub-navigation
  40. - Create a new webform node and make sure it contains default fields
  41. you added before.
  42. * Configure exclusions for the Webform Default Fields
  43. - Go to /admin/structure/types/manage/%WEBFORM_ALLOWED_TYPE% in the tab
  44. "Webform" Webform default fields allowing for content type, to disable
  45. action when create a new node.
  46. - If you use hook_webform_node_defaults_alter() and don't want Webform
  47. Default Fields to overwrite the your defaults in $node->webform, you should
  48. add $defaults['webform_default_fields_ignore'] = TRUE in your implementing.
  49. * Reset existing webform to default:
  50. - Go to %YOUR_NODE%/webform/webform-reset where %WEBFORM_NODE% is ID of node
  51. which you want to reset
  52. - Reset components of webform implemented in "reset components" form. Check
  53. out a difference between components the curent webform and default webform.
  54. Select which components expose to reset actions (add / remove / restore).
  55. - Reset main webform parts implemented in "global reset" form.
  56. SUPPORT
  57. -------
  58. Feel free to report bugs and propositions in our Issue Queue
  59. http://drupal.org/project/issues/webform_default_fields