mata / mata-form
Manages forms for MATA Framework applications.
Installs: 2 518
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- mailchimp/mailchimp: 2.*
This package is not auto-updated.
Last update: 2024-11-09 17:24:54 UTC
README
Manages forms for MATA Framework applications.
Installation
- Add the module using composer:
"mata/mata-form": "~1.0.0"
Client
renderForm($model, $action = 'processForm', $fieldAttributes = [], $options = ['submitButtonText'=>'Submit']) {}
Renders a Dynamic From
based on the $model
attribute.
Changelog
1.0.1.1-alpha, November 18, 2015
- Added support for Mailchimp's mergeVars in ProcessFormAction
1.0.1-alpha, September 16, 2015
- Changed adminEmail param to notificationEmail in ProcessFormAction
1.0.0-alpha, May 18, 2015
- Initial release.