Forum
Perch Form CSV Export Form ID
Is there a way of including a sequential number in the CSV export for forms. I have a client using Perch Forms for customers to place orders and would ideally like an 8 digit ID in the CSV for integrating into their internal systems.
You could pass a number into the form as a hidden field that will then be included in the CSV export.
Otherwise you could create a simple app which queries the forms tables and create any output needed.
This sounds like something you should be doing to the file once it's been exported. An Excel macro perhaps?