You are here

README.txt in Webform Structured Text 6

Same filename and directory in other branches
  1. 7 README.txt
Description
-----------
This module adds a new type of Webform component: structured / masked-input text. Specify an input mask, and the form input will be rendered to accept that mask.

How to use
----------
- Go to the main field list of a webform.
- Add a structured text element to your form.
- In the component settings, specify an input mask, and optional labels, placeholders, RegEx validations, and default values.
- Save the component.
- The component will be rendered as distinct text fields and markup per your mask.

Theming
-------
The default behaviour for this component is to render all individual input boxes inside a <div> with a border, and no borders around the individual input boxes.  This is designed to mimic a standard text input field, but the look may differ from the rest of your input fields, depending on how your theme renders them.  Review the file webform_structured_text.css to determine what classes you should override in your theme.

File

README.txt
View source
  1. Description
  2. -----------
  3. This module adds a new type of Webform component: structured / masked-input text. Specify an input mask, and the form input will be rendered to accept that mask.
  4. How to use
  5. ----------
  6. - Go to the main field list of a webform.
  7. - Add a structured text element to your form.
  8. - In the component settings, specify an input mask, and optional labels, placeholders, RegEx validations, and default values.
  9. - Save the component.
  10. - The component will be rendered as distinct text fields and markup per your mask.
  11. Theming
  12. -------
  13. The default behaviour for this component is to render all individual input boxes inside a
    with a border, and no borders around the individual input boxes. This is designed to mimic a standard text input field, but the look may differ from the rest of your input fields, depending on how your theme renders them. Review the file webform_structured_text.css to determine what classes you should override in your theme.