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