How can I post multiple list of check boxes and process them?

wavaddertaist

New Member
My application takes user's phone numbers as input and stores them in the database. On a separate page we ask the user to check those phone numbers that should be visible to other users. Please don't ask any questions on why we are doing this as it is done for some business reasons that are irrelevant for this question.Now, I am trying to display these phone numbers and ask the user to check those phone numbers that should be visible or uncheck the ones that he previously checked. I have the following open questions:[*]When the user submits the form, I have no idea what his phone numbers are. How do I associate a check box with a phone number?[*]If I use hidden fields, is it a standard practice to give these input fields, the phone number they correspond to as Id's?
 
Back
Top