Dec 13th, 2016, 12:52 AM
Hi,
I would like to automate exporting all data from one of my forms and tried to call the export manager using curl/wget to get the csv file with all entries from the form, but so far I always get the result "Sorry, the export script didn't receive all the required fields and cannot proceed."
My wget call:
wget --load-cookies cookies.txt "http://carrock.stibo.corp/formtools/modules/export_manager/export.php?form_id=1&export_group_id=4&export_group_4_results=all"
is there anything I am missing or is there another way to call the export manager directly?
best regards
Mirco
I would like to automate exporting all data from one of my forms and tried to call the export manager using curl/wget to get the csv file with all entries from the form, but so far I always get the result "Sorry, the export script didn't receive all the required fields and cannot proceed."
My wget call:
wget --load-cookies cookies.txt "http://carrock.stibo.corp/formtools/modules/export_manager/export.php?form_id=1&export_group_id=4&export_group_4_results=all"
is there anything I am missing or is there another way to call the export manager directly?
best regards
Mirco