I have a table that has : caseId Title priority I want to populate a form with rows from that table like this : caseId and Title are comming from the table and I add for each row a dropdown : caseId -------- Title ------ dropdown[1,2,3,4,5] .......... ......... caseId -------- Title ------ dropdown[1,2,3,4,5] submitButton I want the user when submitting the button the data get saved in the table, and the priority column will have one of {1,2,3,4,5] the user choice. 1)how to create this form ? 2)In the save Action what should I catch from that form to save it back to database, because we have lot of rows, I get confused. Thanks, your help is appreciated.
--------------------------------- Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us.