You are here

README.txt in Webform Select options 7

Same filename and directory in other branches
  1. 7.3 README.txt
  2. 7.2 README.txt
Description
-----------
This module add ability to change webform component type "textfield" with
select options. This select options you may construct from avalable fields per
content types. The text (label) of options is node title, option value may by
any other field of this content type - recommended textfield no-multiple.

Requirements
------------
Drupal 7.x

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

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

3. Edit the settings under "Administer" -> "Configuration" ->
   "Content authoring" -> "Webform settings" -> "Webform Select options
   settings"
   
   3.1. Enable content types from which fields you want construct Select options
   admin/config/content/webform/wfso
   
   3.2. Choose options Value field for each enabbled content type
   admin/config/content/webform/wfso/fields_setting

4. Create a webform node at node/add/webform. Add component type "textfield".
  Choose the SELECT OPTIONS on the bottom of component edit page - previously
  configured in step 3.

Versions
--------
7.x-1.x

7.x-2.x
Ability for using field with email addresses as Value. This options prevent to
expose emails on front-end.


ToDo
----
Create docs node with examples.

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

Author
------
Svetoslav Stoyanov
http://drupal.org/user/717122

File

README.txt
View source
  1. Description
  2. -----------
  3. This module add ability to change webform component type "textfield" with
  4. select options. This select options you may construct from avalable fields per
  5. content types. The text (label) of options is node title, option value may by
  6. any other field of this content type - recommended textfield no-multiple.
  7. Requirements
  8. ------------
  9. Drupal 7.x
  10. Installation
  11. ------------
  12. 1. Copy the module directory the Drupal sites/all/modules directory.
  13. 2. Login as an administrator. Enable the module in the "Administer" -> "Modules"
  14. 3. Edit the settings under "Administer" -> "Configuration" ->
  15. "Content authoring" -> "Webform settings" -> "Webform Select options
  16. settings"
  17. 3.1. Enable content types from which fields you want construct Select options
  18. admin/config/content/webform/wfso
  19. 3.2. Choose options Value field for each enabbled content type
  20. admin/config/content/webform/wfso/fields_setting
  21. 4. Create a webform node at node/add/webform. Add component type "textfield".
  22. Choose the SELECT OPTIONS on the bottom of component edit page - previously
  23. configured in step 3.
  24. Versions
  25. --------
  26. 7.x-1.x
  27. 7.x-2.x
  28. Ability for using field with email addresses as Value. This options prevent to
  29. expose emails on front-end.
  30. ToDo
  31. ----
  32. Create docs node with examples.
  33. Support
  34. -------
  35. Please use the issue queue for filing bugs with this module at
  36. http://drupal.org/project/issues/webform_select_opts
  37. Author
  38. ------
  39. Svetoslav Stoyanov
  40. http://drupal.org/user/717122