Anyone ever create an in-house web-based survey?

DaveSimmons

Elite Member
Aug 12, 2001
40,730
670
126
Got money?

Google "web survey tool" or similar for generator tools. Or pay a service to use their servers & software.

Otherwise:
- write html for form
- form POSTs to script page
- script page (easy) appends new pipe-separated line to text file -or- (harder) adds record to database

Counting coding and debugging time, paying for a tool or service might make much more sense than doing it yourself.
 

jonmullen

Platinum Member
Jun 17, 2002
2,517
0
0
Well it might make sense to pay for a service unless you know what your doing and could whip something up in 10mins that would work fine.