Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Field instances require the name field to be unique, but don't enforce it which leads to errors #207

Open
viktor-yunenko opened this issue Jun 2, 2020 · 1 comment

Comments

@viktor-yunenko
Copy link

Eg as a consequence fields with identical names are being merged into one field:

The following form submission:

  • name = 1 value
  • name = 2 value
  • name = 3 value

Is going to be saved as:

  • name = 3 value
  • name = 3 value
  • name = 3 value
@viktor-yunenko
Copy link
Author

It might have been fixed on the release/6.0.x branch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant