CSV UTF-8 Export Not Working In Formidable Form
-
I raised this issue in your forum and in order for it to reach your developers, I need to raise it here as well.
https://connect.formidableforms.com/question/category/general-questions/csv-utf-8-export-not-working-in-formidable-form/Hi
Unfortunately, it is not possible to get output with UTF-8 encoding for languages such as Persian and Arabic, both in the Import and Export menu and in the Enteries menu and Download CSV button.
Even with this hook, the problem is not solved:add_filter('frm_csv_format', 'set_frm_csv_format'); function set_frm_csv_format(){ return 'utf-8'; }Picture:
https://pasteboard.co/cCiJbJ6AwHTs.png
Yes, Exporting from the entries page defaults to UTF-8 but it does not work in practice !! That’s why I used the suggested hookAnd this is a bug and I do not know why this plugin with this age is still not able to get output in Excel (xlsx) format !!!
Do you have a solution to this problem? Or should we migrate for such a simple possibility that all the same plugins are in the basic plans?
Please do not say this is not a problem or bug
The topic ‘CSV UTF-8 Export Not Working In Formidable Form’ is closed to new replies.