I am working on a form which has a number of different fields, from a hidden field, text box, combo box, to a collection of check boxes.
I am using the GET form method, and when the form is submitted, all the fields are sent as paramaters, but only check boxes that have been checked are appended. ie. unchecked checkboxes are disregarded when submitting queries. I don't want this! I want it to specify each box, but then say whether its checked or not. Eg. file.pl?name=Fred&Email=fred@aol.com&check1=NO, check2=YES.
Is there any way to do this? If not, is there any way to get around this?
Kind regards,
David.
I am using the GET form method, and when the form is submitted, all the fields are sent as paramaters, but only check boxes that have been checked are appended. ie. unchecked checkboxes are disregarded when submitting queries. I don't want this! I want it to specify each box, but then say whether its checked or not. Eg. file.pl?name=Fred&Email=fred@aol.com&check1=NO, check2=YES.
Is there any way to do this? If not, is there any way to get around this?
Kind regards,
David.