-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
28 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,37 @@ | ||
# DNN.Feedback | ||
DNN Feedback is a basic module used for accepting user inquiries on your DNN site. | ||
## Feedback Submission, Lists, Moderation and Display | ||
|
||
! An overview of the Feedback module | ||
!! Feedback Submission, Lists, Moderation and Display | ||
The Events module support various way of displaying events, all handled by selectable CSS based themes that can be created and modified. | ||
|
||
|| Feedback Submission || List Edit | | ||
Feedback Submission || List Edit | | ||
| [image:MainScreen.png] | [image:EditLists.png] | | ||
|| Moderation || View Comments | | ||
|[image:Moderation.png] | [image:ViewComments.png] | | ||
|
||
!! Extensive Configurability | ||
## 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 aopt-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 | ||
** Prevention against re-submission | ||
** Re-direction on submission | ||
# Moderation | ||
** Moderation of feedback | ||
** Print configuration | ||
|
||
! View Comments | ||
|
||
### 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 aopt-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 | ||
* 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. |