Drupal Webform、内容类型、自定义模块?我应该走哪条路?

发布于 2024-12-17 07:11:15 字数 182 浏览 9 评论 0原文

我正在尝试建立一个“小系统”,注册用户(组织)可以通过该系统填写表格(问卷)。用户填写的数据应显示在图表上,供管理员分析。用户只能提交一次数据,但可以更新。

我遇到的问题是 Webform 模块没有与视图集成。内容类型并不真正反映结构,因为内容类型始终包含标题。

我只能选择构建自定义模块吗?任何类似的参考......

I am trying to build a "small system" through which the register users (organizations) will be able to fill a form (Questionnaire). The data that the users have filled should appear on a chart for the administrator to analyze. The user can only submit the data just once but they can update it.

The problem that I have faced is the fact that Webform module is not integrated with views. Content type doesn't truly reflect the structure since the content type always contain a title .

Am I only left with the option of building a custom module? Any references for something similar ....

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦里兽 2024-12-24 07:11:15

您可以使用 Drupal 7 的 Profile 2 模块: http://drupal.org/project/profile2

您可以将个人资料字段与视图集成,正如描述页面上的功能部分所述:“您可以使用视图和/或搜索 API 来提供个人资料列表或搜索。”

Your can use the Profile 2 module for Drupal 7: http://drupal.org/project/profile2

You can integrate profile fields with Views as it says under its features section on the description page: "You may use Views and/or the Search API to provide listings or searches for profiles."

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文