Title: Export order
Last modified: September 15, 2023

---

# Export order

 *  [donald91](https://wordpress.org/support/users/donald91/)
 * (@donald91)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/export-order-3/)
 * The export of vfb pro is not in order of the entries by date.
   You can solve this
   by modifing the admin/class-export.php like the following:
 * After
 * $entry_data = $vfbdb->get_entries_meta_by_form_id( $form_id, $where );
 * add this code:
 * // problem: the array $entry_data is not ordered by ID, so it is not in order
   of the entries
   // extract the “ID” values into a seperate array$idArray = array_column(
   $entry_data, “ID”);// sort the original array by IDarray_multisort($entry_data,
   SORT_ASC, $entry_data);
 * Just wanted to let you know.

The topic ‘Export order’ is closed to new replies.

 * ![](https://ps.w.org/visual-form-builder/assets/icon-256x256.png?rev=1205840)
 * [Visual Form Builder](https://wordpress.org/plugins/visual-form-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/visual-form-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/visual-form-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/visual-form-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/visual-form-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/visual-form-builder/reviews/)

## Tags

 * [export](https://wordpress.org/support/topic-tag/export/)
 * [order](https://wordpress.org/support/topic-tag/order/)
 * [vfb](https://wordpress.org/support/topic-tag/vfb/)

 * 0 replies
 * 1 participant
 * Last reply from: [donald91](https://wordpress.org/support/users/donald91/)
 * Last activity: [2 years, 8 months ago](https://wordpress.org/support/topic/export-order-3/)
 * Status: not a support question