nyeholt/silverstripe-udf-objects
Composer 安装命令:
composer require nyeholt/silverstripe-udf-objects
包简介
Map Silverstripe UDF submissions to specific data objects
README 文档
README
Provides a way to map the information from a user defined form submission to a custom data object type.
Composer Install
composer require nyeholt/silverstripe-udf-objects:~1.0
Requirements
- SilverStripe 4.1+
- MultiValueField 5.0+
Documentation
The module adds a "Submissions" section to the CMS. In here, create a new Form Submission list, which is where submissions are stored. First create a submission list, then navigate in the site tree to find the user defined form you want to submit to this list; a new dropdown is available on the Submissions tab.
Once this association is created, you can update the form submission list to specify the data object being saved into, and then choose the field mapping.
Next, apply the FormResponseExtension to the data object
being used to capture submissions.
Note that if you have a multivaluefield on the target object, you can choose multiple fields to be mapped to it; each source field name will appear as a key in that target field.
统计信息
- 总下载量: 2.42k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-10-21