Hey, folks!

I'm planning for the last stages of my project... At the end of this project, I'd like to present the user with a survey form to get some feedback on how they liked the experience.

Here are a couple broad questions I have:

1.) I have seen there are a few objects out there which can be used to create form elements (combo boxes, radio buttons, edit boxes, etc.). Which do you folks recommend an important factor to consider for me is that not only do the form elements need to be functional, but I need to be able to tie their responses to some sort of array or database (so they need to be functional in that way, too).

2.) What is the best way to link the responses to various form objects (such as a combination of strings and numbers) to back-end data storage? Would an Associative Array object be best?


As always, thanks for all your feedback!



Most graciously,

RGBreality