V
VB Programmer
I'm creating a survey webform. It can have anywhere from 1 to 20 questions,
depending on how the admin set it up. The questions may require the answer
be input via a text box or option buttons, depending on how the admin setup
the question. All of the questions, answer types (text box vs option
buttons), answers, etc... are stored in a db.
Any ideas how to do this? Sample form...
Questions
1. How would you rate your stay? Poor Great Excellent (option buttons)
2. How would you rate the food? Terrible Good Delicious (option
buttons)
3. Any comments? ________________ (text box)
I was thinking of a datalist. That way I wouldn't have to "hard code" the
number of questions. Not sure.
I would appreciate your ideas.
Thanks.
depending on how the admin set it up. The questions may require the answer
be input via a text box or option buttons, depending on how the admin setup
the question. All of the questions, answer types (text box vs option
buttons), answers, etc... are stored in a db.
Any ideas how to do this? Sample form...
Questions
1. How would you rate your stay? Poor Great Excellent (option buttons)
2. How would you rate the food? Terrible Good Delicious (option
buttons)
3. Any comments? ________________ (text box)
I was thinking of a datalist. That way I wouldn't have to "hard code" the
number of questions. Not sure.
I would appreciate your ideas.
Thanks.