Incorrect fields list on multiple form template export
-
When you exports datas from different form templates at once, only the first templates’s fields will apprear on the export.
That behaviour came from
array_keys( $items[0]->fields )in print_data() in csv.phpYou could maybe change that to export all fields from all the form templates filtered.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.