Form module manages forms for MATA CMS.
- Add the module using composer:
"matacms/matacms-form": "~1.0.0"
- Run migrations
php yii migrate/up --migrationPath=@vendor/matacms/matacms-form/migrations
- Fixed search functionality in SubmissionController
- Updated composer.json
- Fixed search functionality in SubmissionController
- Fixed actionDeleteSubmission in SubmissionController
- Added infinite scroll for list view
- Updated markup for entry detail view.
- Updated markup for entry detail view.
- Initial release.