Hey
In MM Forms you have to manually generate the CSV exports your self.
I would like a function to autoupdate the export every X minute.
I have connected a Excel-sheet (over http://) to the CSV-file on my site. Every time someone register with my web form, I have to manually generate a new CSV file (from the admin pages). Then I refresh the Excel sheet and it fills automatically with the new form submission. This is AWESOME!!!
But I would be better if I didn't have to manually generate the CSV-file....
Tips appreciated!