Receiving only selected inputs from a form

  • Thread starter Thread starter info
  • Start date Start date
I

info

Hello, I hope this is the right place for this question.

I am trying to get my form to only send input if the user has filled
out an input. So if there are choices such as:

<select name="#Desks">
<option>0</option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5+</option>
</select>

and the user does not have any desks to report then I don't want a
blank result. Any help is appreciated.

Thanks,
EC
 
It looks like you're talking about HTML code. This newsgroup is for Access
database forms, not HTML forms. I suggest you try posting your question in a
newsgroup related to web programming. Youre likely to get more answers
there.

Carl Rapson
 
Back
Top