OK, this one is complicated.
I am building a series of pages with the PEAR quickform_controller framework. On my second of two pages, I want to display two checkboxes each for every row of an array passed from the first page (this, by itself, works fine).
At the end of all this, I want to be able to tell which of those checkboxes the user clicked, and so I need to put them into the form. However, I would like to retain the layout where the user sees the data from the array in the first column, and one checkbox in each of the next two columns vs. having them just in a list down the page.
If anyone has any thoughts on this, I'd appreciate receiving them!
Thanks,
Dan
I am building a series of pages with the PEAR quickform_controller framework. On my second of two pages, I want to display two checkboxes each for every row of an array passed from the first page (this, by itself, works fine).
At the end of all this, I want to be able to tell which of those checkboxes the user clicked, and so I need to put them into the form. However, I would like to retain the layout where the user sees the data from the array in the first column, and one checkbox in each of the next two columns vs. having them just in a list down the page.
If anyone has any thoughts on this, I'd appreciate receiving them!
Thanks,
Dan