You are here

README.txt in Webform Options Markup 7.2

Same filename and directory in other branches
  1. 7 README.txt
Description
-----------
Adds a new "Options with Markup" component to Webforms which allow you to
create Radio Button/Checkbox lists using HTML Markup for the option labels.

Requirements
------------
Drupal 7.x
Webform 4.x

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

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

3. (Optional) Edit the settings under "Administer" -> "Configuration" ->
   "Content authoring" -> "Webform settings"

NOTES:
------
* The Text Format option "Convert line breaks into HTML (i.e. <br> and <p>)"
  will cause the labels on your options to be wrapped in <p> tags.  For this
  reason, it is recommended that you create a separate text format for use
  with this field rather than using the default "Filtered HTML" format.


File

README.txt
View source
  1. Description
  2. -----------
  3. Adds a new "Options with Markup" component to Webforms which allow you to
  4. create Radio Button/Checkbox lists using HTML Markup for the option labels.
  5. Requirements
  6. ------------
  7. Drupal 7.x
  8. Webform 4.x
  9. Installation
  10. ------------
  11. 1. Copy the entire webform directory the Drupal sites/all/modules directory.
  12. 2. Login as an administrator. Enable the module in the "Administer" -> "Modules"
  13. 3. (Optional) Edit the settings under "Administer" -> "Configuration" ->
  14. "Content authoring" -> "Webform settings"
  15. NOTES:
  16. ------
  17. * The Text Format option "Convert line breaks into HTML (i.e.
    and

    )"

  18. will cause the labels on your options to be wrapped in

    tags. For this

  19. reason, it is recommended that you create a separate text format for use
  20. with this field rather than using the default "Filtered HTML" format.