Usernoise is simple script for gathering and discussing feedback using a modal window. You will receive an email notification every time someone leaves a feedback on your site, and will be able to answer by just clicking “reply” thus involving your visitors into dialogue. So, the workflow looks the next way:
1. User visits your site and opens a window by clicking Feedback tab.
2. Then fills the form and clicks “Submit”.
3. An email is sent to the address configured in config.php file (comma-separated multiple addresses work fine usually).
4. You can click “reply” in your email client software to reply to the feedback sent.
If you are running on WordPress and are looking for more powerful feedback solution, you may want to consider using Usernoise Pro for WordPress.
Features
- Reliable minimalistic design compatible with almost every site one can imagine.
- Minimal performance impact.
- Spam-proof by design. Spam bots just do not see Usernoise form.
- 4 feedback types out of the box
- Highly customizable by editing a simple config file.
- Translation – ready. All you need is to edit localization.php file.
- Really simple to install – just upload, adjust config.php file and copy a simple piece of code into your HTML page.
- You can hide the “Feedback” button and show a feedback window with simple
usernoise.window.show()call. - Compatible with non-PHP sites (as long as you have PHP and rewrite engine).
Requirements
- PHP 5 .2 or newer installed on the server.
- Apache server with mod_rewrite installed is recommended. Other servers those support rewrites work after minor config changes.
- Email address credentials to send outgoing emails (in most cases).
- NO database, no other modules.

