R
rworks
We are trying to make a form for employees to fill out. We need the
form to be "Dynamic" meaning that the questions asked are depending on
a drop-down list the user selects. What we would like to do is to have
a table of questions and possible answers/selections, and the form
would query the database, select the questions and answers, then
populate the form dynamically based on the drop-down list selection
made at the top.
Then when they submit the form, their answers would be inserted into a
different "answers" table. Is this something that can be done with any
type of ease, or would this be better performed with an online form
using PHP or something like this?
Any thoughts on this would be appreciated.
Thanks,
Steve
form to be "Dynamic" meaning that the questions asked are depending on
a drop-down list the user selects. What we would like to do is to have
a table of questions and possible answers/selections, and the form
would query the database, select the questions and answers, then
populate the form dynamically based on the drop-down list selection
made at the top.
Then when they submit the form, their answers would be inserted into a
different "answers" table. Is this something that can be done with any
type of ease, or would this be better performed with an online form
using PHP or something like this?
Any thoughts on this would be appreciated.
Thanks,
Steve