• In the plugin’s dashboard, the export functionality only displays the option to export data in CSV format. However, upon inspecting the plugin’s code, I noticed support for Excel exports in the following block:

    case 'excel': vsz_cf7_export_to_excel($fid, $ids_export); break;

    This indicates that the plugin already has the capability to export in Excel format, but this option is not available in the UI. Could you please add the Excel export option to the plugin’s dashboard for the export feature?

  • You must be logged in to reply to this topic.