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
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