Views Transform

Categories

Component ID

2925941

Component name

Views Transform

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

View Transform module helps to build a form out of a view. One may append form fields (textfield, checkbox and select) to each row in the view.

To use this field one is required to know how to build Drupal forms in code.

Short instruction:

  1. Enable the module
  2. Edit your view by adding a field of type Global: Form field
  3. Choose Form element type out of: textfield, checkbox, select
  4. Write all relevant code for the next fields
  5. Append more Form element type if required.
  6. Submit code can be spread over all fields of Form element type or be placed in only one field.