Hi,
I have a form that submits the filled out form to an email address. Very Standard.
Some of the questions on the form have possible multiple answers - check boxes.
I want to import the returned response into a database, so have to account for the answers not chosen.
Is there a way to get answers not chosen to return a blank value?
For example:
q6a.=reading
q6b.=racket_ball
q6c.=swimming
q6d.=
q6e.=movies
I have a form that submits the filled out form to an email address. Very Standard.
Some of the questions on the form have possible multiple answers - check boxes.
I want to import the returned response into a database, so have to account for the answers not chosen.
Is there a way to get answers not chosen to return a blank value?
For example:
q6a.=reading
q6b.=racket_ball
q6c.=swimming
q6d.=
q6e.=movies