Closed indexofire closed 12 years ago
Oops, that's correct.
The proposed fix isn't correct however-- we should instead key the submission values by form field name.
On second thought I don't think this is correct anymore.
https://github.com/feincms/form_designer/blob/master/form_designer/models.py#L126
There's a unique_together constraint on ('form', 'name') since the beginning of time :-) which should make this impossible?
Please reopen this issue if you disagree.
Thanks!
if I have two form field with the same title name, the result data in formsubmission will miss partly.
I think add a 'unique=True' into field 'title' will fix it.