aldryn-forms icon indicating copy to clipboard operation
aldryn-forms copied to clipboard

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

Open viktor-yunenko opened this issue 4 years ago • 1 comments

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 avatar Jun 02 '20 18:06 viktor-yunenko

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

viktor-yunenko avatar Oct 05 '20 11:10 viktor-yunenko