Greetings,
I am needing to generate a CSV when a form is completed, or simply once a day (via Cron job or something). It can be emailed or simply stored on the MachForm server. I have been looking at the export_entries.php file to see if I can make a copy for this purpose, however I am running into issues where calling that file requires authentication to the Machform server and can't really be automated as the session expires.
Is there any other way around this or any method of sending form data to a CSV automatically?
Thank you!