View Single Post
Old Oct 28th, 2005, 6:00 PM   #1
aznluvsmc
Hobbyist Programmer
 
Join Date: Aug 2005
Posts: 137
Rep Power: 4 aznluvsmc is on a distinguished road
How to force all form fields to be submitted

Hi,

I have a form with various fields composed of text boxes, radio buttons and check boxes. When the form is submitted, only the fields which have a value are actually put into the query string. Since I don't have all the fields, I can't check to see if they are valid. How can I force the form to send all fields whether even if they are empty?

Thanks.
aznluvsmc is offline   Reply With Quote