Hi all
A user can choose a number between 1 and 10 from a list box. Based on the value of their choice I display the same form 1 - 10 times on the page and this form is there to collect personal data.
Each form will have a small number of text fields and also some checkboxes e.g:
name (text)
dob (text)
option 1 (checkbox)
option 2 (checkbox)
option 3 (checkbox)
(please note the checkboxes should be grouped as an array as they are dynamically built)
My question is, how do I 'group' each form field so that when the page is posted (saved) I can capture the correct data for each form filled in?
I know arrays are involved somewhere here but not sure how it is implemented.
Any help will be greatly appreciated.
Regards
Doug