Hi @jamminjames
I hope you are doing well today.
Please note that by default, this is not possible, and this will be outside the scope of support to provide such a thing. For that, you’ll need to hire a developer to provide the required custom code for you. WordPress provides a jobs directory here https://jobs.wordpress.net/, if you need further advice about it, feel free to email [email protected].
– Subject: ATTN: WPMU DEV support – wp.org
– Link back to this thread for reference (https://ww.wp.xz.cn/support/topic/format-the-csv-export-with-a-hook-or-filter/)
Kind Regards,
Kris
Can you at least tell me if there is a hook or filter that could be used for this?
Hi @jamminjames,
The following filter should help you with formatting the CSV export.
apply_filters( 'forminator_custom_form_export_mappers', $mappers, $model->id, $model );
I hope that helps.
Best Regards,
Nebu John
Thanks, I’ll check it out.