Can anyone help me out, I'm a bit stuck with a form I am trying to create.
Basically the form has a check box which allows a user to specify whether to display something or not. The form has two values ID & Display which I have put in to 2 seperate arrays.
I've noticed that when the form is posted back to itself, if a checkbox is not ticked for a particular value then the array has one less entry.
E.g for 5 ID's, if 3 are not checked I only get 2 results in the Display array but I get 5 results in the ID array.
Is there anyway I can overcome this problem?