Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Readability
  • Loading branch information
EPTamminga committed Jul 11, 2015
1 parent f0795ae commit 83d2960
Showing 1 changed file with 28 additions and 26 deletions.
54 changes: 28 additions & 26 deletions README.md
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.

0 comments on commit 83d2960

Please sign in to comment.