Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DNNCommunity/DNN.Feedback
DNN Feedback is a basic module used for accepting user inquiries on your DNN site.
https://github.com/DNNCommunity/DNN.Feedback
dnn dnn-core-module dnn-feedback dnn-site dnncms dotnetnuke feedback hacktoberfest
Last synced: about 1 month ago
JSON representation
DNN Feedback is a basic module used for accepting user inquiries on your DNN site.
- Host: GitHub
- URL: https://github.com/DNNCommunity/DNN.Feedback
- Owner: DNNCommunity
- License: mit
- Created: 2015-07-11T18:20:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T17:06:43.000Z (over 1 year ago)
- Last Synced: 2024-08-03T22:01:43.316Z (5 months ago)
- Topics: dnn, dnn-core-module, dnn-feedback, dnn-site, dnncms, dotnetnuke, feedback, hacktoberfest
- Language: Visual Basic .NET
- Homepage:
- Size: 7.04 MB
- Stars: 17
- Watchers: 27
- Forks: 16
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dnn - DNN.Feedback
README
# DNN.Feedback
DNN Feedback is a basic module used for accepting user inquiries on your DNN site.## Extensive Configurability
The module enables extensive consiguration in five main areas### Email Address
* Configuration including who emails are sent to, and sent 'from' (to support sites where the send from email address must be in the same domain as the website).
* Whether copies should be sent to the user and whether they can opt-out or not.### Categories
* Categories to enable routing
* Using categories as the 'send to' address### Form Fields
* Configuration of which fields to display, including location and contact details as well as message and subject
* Enforcement of which fields must be entered.
* Width of form
* Validation of telepheone numbers, email adresses and post codes### Submission and Security
* Enabling Captcha, including an audio code and the 'noise' in the code graphic
* Option to replace normal captcha with Google reCaptcha
* Prevention against re-submission
* Re-direction on submission### Moderation
* Moderation of feedback
* Print configuration## View Comments
The installation package comes with an anciliary module that enables the display of approved comments, based on full portal display, or specific modules. This display is templated so cane be configured on a per module basis.## Feedback Submission
![mainscreen](https://cloud.githubusercontent.com/assets/5859855/8637517/cf43ea22-2894-11e5-94e3-de7e976076ae.png)## Lists
![editlists](https://cloud.githubusercontent.com/assets/5859855/8637519/cf450060-2894-11e5-8c56-ea7355bfc8d9.png)## Moderation
![moderation](https://cloud.githubusercontent.com/assets/5859855/8637516/cf438d34-2894-11e5-8e1e-0d89b5b07e46.png)## Display
![viewcomments](https://cloud.githubusercontent.com/assets/5859855/8637518/cf442410-2894-11e5-823a-edf334b92935.png)# HOW TO CONTRIBUTE
If you would like to contribute to this project, please read the [CONTRIBUTING.md](https://github.com/DNNCommunity/DNN.Feedback/blob/master/.github/CONTRIBUTING.md)