https://github.com/siteserver/sscms.form
SSCMS V7 表单插件
https://github.com/siteserver/sscms.form
sscms
Last synced: 12 months ago
JSON representation
SSCMS V7 表单插件
- Host: GitHub
- URL: https://github.com/siteserver/sscms.form
- Owner: siteserver
- License: agpl-3.0
- Created: 2020-08-19T07:26:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T02:31:33.000Z (over 3 years ago)
- Last Synced: 2025-04-28T14:53:41.052Z (about 1 year ago)
- Topics: sscms
- Language: C#
- Homepage: https://sscms.com/docs/v7/official/form/
- Size: 1.91 MB
- Stars: 3
- Watchers: 3
- Forks: 7
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## 插件介绍
很多网站都需要访问者填写各种表单,网站管理者收集访问者输入到表单中的数据。表单插件(sscms.form)是专门处理这类功能的插件,用于在页面中制作提交表单,管理员可以在后台创建表单,前台提交表单后通过后台查看数据,通常用于留言反馈、领导信箱等场合。
管理员可以根据需要创建独立表单或者内容表单,独立表单创建完毕后需要在模板中添加表单标签;内容表单需要设置关联表单插件的栏目,然后将表单标签放到内容模板中。
表单数据可以通过标签显示在前台页面中,同时管理员可以设置是否开启回复功能,设置回复功能后只有管理员回复的表单数据才能显示在前台页面中。
### 插件文档
可以在插件文档 [https://sscms.com/docs/v7/official/form/](https://sscms.com/docs/v7/official/form/) 中查看插件的详细使用手册。
### 源代码
可以在源码仓库 [https://github.com/siteserver/sscms.form](https://github.com/siteserver/sscms.form) 中查看并获取插件的最新源代码。
### 插件主页
可以访问插件主页 [https://sscms.com/plugins/plugin.html?id=sscms.form](https://sscms.com/plugins/plugin.html?id=sscms.form) 获取插件详细信息。