Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Wagtail 中创建自定义表单时,我可以看到它存储在数据库中。我不清楚的是如何使管理UI 以某种方式包含结果。(可以让您下载 CSV 的新链接很好,但我不知道该怎么做)
如何允许管理员用户查看自定义表单的结果?这个图书馆是唯一的方法吗?
一旦您创建了第一个表单页面(即任何页面类型的子类页面AbstractForm),“表单”项将自动出现在 Wagtail 管理员的左侧菜单中。这提供了网站上存在的所有表单页面的列表,允许您访问每个页面的结果并将它们下载为 CSV。
AbstractForm