View Full Version : Survey in emails
Soartosky
11-29-2006, 01:51 AM
Hi all
I just started using Dreamweaver to develop a survey form. I am just wondering can anyone tell me how to record data from feedbacks automatically.
I am thinking of incooperate the survey into email form. how can this be done?
thanks for your time
codeexploiter
11-29-2006, 04:04 AM
I just started using Dreamweaver to develop a survey form. I am just wondering can anyone tell me how to record data from feedbacks automatically.
You can store the data from your users either using a database or using some kind of files (XML, CSV, TXT, etc). But in any case you have to use a server-side scripting tool to carry out this operation either PHP, ASP, ASP.NET, ColdFusion, Java, etc.
HTML alone won't be able to save any data into any storage mechanism.
Soartosky
12-05-2006, 08:48 AM
so html wont do it ?
know where i can find scripts like this?
codeexploiter
12-05-2006, 09:15 AM
The following are some of the sites where you can find scripts for your question (i mean survey scripts) most of them are PHP based ones.
You haven't mentioned any script preference in your posting so i thought PHP would be a good choice (a personal choice).
http://www.chumpsoft.com/products/phpq/
http://phpesp.sourceforge.net/
http://www.nabocorp.com/nabopoll/
http://www.holotech.net/scripts.html
http://www.phplabs.com/scripts.php?script=Survey%20Wizard
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.