devp-eu / tmcms-module-feedback
Module Feedback (contacts) for TMCms
dev-master
2019-04-06 21:39 UTC
This package is not auto-updated.
Last update: 2025-03-01 22:27:41 UTC
README
Module Feedback (contacts) for The Modern Cms
Module allows to send feedback contact messages easily.
Adds menu item in admin panel to rewiew all received messages.
Example of usage, where $data
is array with all fields that should be saved in database and sent to 2 emails
ModuleFeedback::addNewFeedback($data, true, [Settings::getCommonEmail(), 'admin@example.com']);