When 2 forms have the same name by accident, the replies from one form can not be accessed.
Possible cause: there are different fields in each form, but Netlify pre-processing extracts the fields from only one. The other form doesn’t have these fields, and it appears as empty, instead of showing the actual submitted fields.
On a site I deployed, there was a duplicate form name. I now can’t access data an user submitted.
Possible solutions: show all the submitted fields for every submission. This doesn’t fit the CSV, but it is possible in the UI. Other solution to provide access to the raw HTTP submit request.
Could you help me get access to the submitted information until this gets resolved?