collective / collective.volto.formsupport

Enable support for customizable forms in Volto
GNU General Public License v2.0
2 stars 8 forks source link

Unclear whether fields should be identified by `field_id` or `id` #45

Open JeffersonBledsoe opened 10 months ago

JeffersonBledsoe commented 10 months ago

The current codebase mostly uses field_id when validating submissions, however we also have id which seems to always be the same for submissions as far as I can see. When we are validating that submissions contain valid fields, we mostly seem to be using the field_id. Is id for legacy support?