C
chibuki
Guest
Haven't done this in a while, so I kinda lost the grasp of it with forms. Basically, I'm trying to do a short 10 question survey on a website that involves regular text boxes, drop down answers, and radio buttons.
Just to be sure, do I have to provide a field for each question? Plus the index and also the user's name of course.
Also I'm lost on how creating multiple choice questions using radio buttons. e.g.:
1. Are you male or female?
a) male
b) female
2. What is your status?
a) student
b) faculty
c) parent
How do I make it so that the answer submits to the right field in the database? All I need is just one form for the whole 10 questions right?
Thanks, any help will be appreciated.
Just to be sure, do I have to provide a field for each question? Plus the index and also the user's name of course.
Also I'm lost on how creating multiple choice questions using radio buttons. e.g.:
1. Are you male or female?
a) male
b) female
2. What is your status?
a) student
b) faculty
c) parent
How do I make it so that the answer submits to the right field in the database? All I need is just one form for the whole 10 questions right?
Thanks, any help will be appreciated.