我有一个表单,用户可以在其中动态添加/删除字段的名称/值对,例如:
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)