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:
- Enable the module
- Edit your view by adding a field of type Global: Form field
- Choose Form element type out of: textfield, checkbox, select
- Write all relevant code for the next fields
- Append more Form element type if required.
- Submit code can be spread over all fields of Form element type or be placed in only one field.