mata / mata-form
管理 MATA 框架应用表单。
1.0.1.1-alpha
2015-11-18 10:46 UTC
Requires
- mailchimp/mailchimp: 2.*
This package is not auto-updated.
Last update: 2024-09-14 16:31:08 UTC
README
管理 MATA 框架应用表单。
安装
- 使用 composer 添加模块
"mata/mata-form": "~1.0.0"
客户端
renderForm($model, $action = 'processForm', $fieldAttributes = [], $options = ['submitButtonText'=>'Submit']) {}
基于 $model
属性渲染 Dynamic From
。
更新日志
1.0.1.1-alpha,2015年11月18日
- 在 ProcessFormAction 中添加了对 Mailchimp 的 mergeVars 的支持
将 ProcessFormAction 中的 adminEmail 参数更改为 notificationEmail
- 1.0.1-alpha,2015年9月16日
1.0.0-alpha,2015年5月18日
- 首次发布。