Webform Viewfield

Categories

Component ID

2058293

Component name

Webform Viewfield

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

A very crude module for inclusion of a view as a webform item
requires: views,webform
installation: place in modules folder and enable

options
themed: simply execute the view and display the rendered output as a markup field
select: output list of nodes as radios with nid as key and title as label

notes:
the view must be of type:node and have at minimum nid and node title as fields for the 'select' option
this module is extremely crude, any input on such would be greatly appreciated.