我有一個表格中,用戶可以動態地添加/刪除名稱/字段值對,例如:保存頁面之間動態創建的表單域請求
inventory list:
[description text input field] [quantity text input field] [remove item button]
[add item button]
所以基本上用戶可以添加更多的庫存物品:
inventory list:
[description text input field] [quantity text input field] [remove item button]
[description text input field] [quantity text input field] [remove item button]
[description text input field] [quantity text input field] [remove item button]
[add item button]
好吧,如果服務器端字段驗證失敗,或者如果用戶想要稍後編輯自定義創建的表單,保存表單狀態的最簡單方法是什麼? (我不認爲它是相關的,但我使用JQuery和CakePHP)
數據將被保存在數據庫表中inventory_lists與名稱/值列 – brndnmg 2009-08-07 16:50:24