Feedback System

by PopLava
Shows how you might create a basic feedback system
ID:2538297
 
Provides users with a basic feedback system. Values in the DDL can be easily customized by updating a value in a list.

Provides admins with a basic management interface.

All feedback is stored as objects in the gamedata folder.

Does not use a browser control. The drop down list is a bunch of BYOND controls/logic working together to spoof a drop down list. You can customize the look of the DDL to meet your needs.

This was thrown together in a couple of hours and was intended to just provide a basic starting point for collecting feedback.