Posted by mrconnerton on December 17, 2011 at 9:44am
This module will let you populate a webform select component with data from a view. To use this module:
- Create a new view
- Create a "Webform Options" display
- Add nid and title fields and filter as you please
- Add the select component to your webform and pick your view under "Load a Pre-Built Option List"
Please keep in mind that the list that will ajax in from the view is not a hard coded list. When the webform is viewed, the component will get its data directly from the view.
Please also keep in mind this is the first time I've written a views 3 display plugin :-P