Hi,
i need some helt building a zend form.
The form should be used for connecting reviewers to papers.
I have an array of papers (the number may vary and is not constant from
conference to conference)
For every paper i need to assign 3 reviewers selectable from a drop
down list. the problem is not creating the drop downs but how to build a
form like a matrix.
Row1
Column1 is just plain text - the name of the paper.
column2 is a drop down list containing possible reviewers
column3 is a drop down list containing possible reviewers
column4 is a drop down list containing possible reviewers
Row2
Column1 is just plain text - the name of the paper.
column2 is a drop down list containing possible reviewers
column3 is a drop down list containing possible reviewers
column4 is a drop down list containing possible reviewers
Row3....
and so on.
But how do i build a form like that and how do i extract information
again?
I need to know the id of the paper ( i use a hidden element for every
row to contain this value) and the id of the selected reviewer 1, 2 and 3
for every paper in the matrix.
thanx in advance.
Kim