| Requirements |
|---|
| DotNetNuke Minimal Version | 04.06.02 | | MS SQL Server | No SQL Required |
Source Code Available
CodePlex
| The default Feedback module of DNN is somewhat limited. As a site developer you quickly run into its limits. So I set about making my own solution that would be more flexible in terms of the fields it displayed and how it displayed them. The project has since evolved, but the main target is still to provide a form for user input and to send that form to an email address. There are now many modules that offer flexible ways of maintaining a record collection (XMod, UDT, etc) and most will also allow you to send to an email address. This module is designed to be lightweight in comparison with the others. The form is managed by an XML settings file. The schema of this XML file is also included. This will allow you to define new questionnaires. Using import/export in DNN you could use this to make portal templates that include the predefined forms. If you're not at ease with XML, you'd better choose another solution. |