可以做到用views列出webform表單結果中的部份欄位資訊嗎?

大家好,
小弟我用webform做了一個活動報名表單,想說可不可以讓使用者填完表單後轉跳可以看到有哪些人參加,
因有些欄位不方便公開讓大家看到,可否只列出部份欄位資訊,像姓名、意見等等的

charlesc 的照片

Re: 可以做到用views列出webform表單結果中的部份欄位資訊嗎?

webform 比較難這樣做,除非自己寫一點 php 撈資料庫。
用 CCK + Views 吧?

rong076 的照片

Re: 可以做到用views列出webform表單結果中的部份欄位資訊嗎?

謝謝你的回答,那我先來試試CCK吧

Hipfox 的照片

Re: ...

事隔一年多,這裡有一個新模組 Webform View Reference Component 可以研究看看。
http://drupal.org/project/webform_viewreference

轉貼它的介紹:

This module adds a webform component where you could use a View as a datasource for your normal webform select component. Instead of hardcoding all the selectable values in the component values field you just select a reference to a View similar to the CCK nodereference. The selectlist/radiobuttons/checkbox then automatically gets filled with all the nodes from the View.

This module works only with Webform 6.3x

The modules is based on Webform Select Component and CCK Nodreference.

RSS feed