D
dw
Hello, all. We're building a Web app where we can have any number of
questions, which can contain any type of form element -- check boxes, text
fields, radio buttons, dropdowns, etc. We'd like to build an admin page so
someone can create the questions and store them on SQL Server. The responses
from those questions need to then be stored on the database. Is this
possible or is it just a pipe dream? If possible, is it so complicated that
it's better to just hard-code the questions? Thanks.
questions, which can contain any type of form element -- check boxes, text
fields, radio buttons, dropdowns, etc. We'd like to build an admin page so
someone can create the questions and store them on SQL Server. The responses
from those questions need to then be stored on the database. Is this
possible or is it just a pipe dream? If possible, is it so complicated that
it's better to just hard-code the questions? Thanks.