Page is a not externally linkable
mack - 2:35 am on Oct 11, 2009 (gmt 0)
You're right the form will usualy be plain html, you can then use php to process the form and save the information within a database. How this will be done depends on a number of things such as what information will you gather, who will be able to see the data and how will it be stored, for example do you want every users data shown as one survey, or do you want to compile the data? Mack.
You might want to look at using a scripting language such as php or perl. For storage you might also want to think about using a database such as Mysql.