Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Email Form Question

Status
Not open for further replies.

ad2

Technical User
Dec 31, 2002
186
US
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
 
<input type=&quot;text&quot; name=&quot;q6d&quot; value=&quot;&quot;> There's always a better way...
 
Ok, that would be the dafault value on the form, so that if they chose that question by clicking the check box, the blank default value would be overridden?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top