Joomla 6 Notice

We are pleased to announce that all our Joomla extensions have been compatible with Joomla 6 since October 14th, 2025.

For those currently upgrading from Joomla 3 to 4: Instructions for Joomla 4 migration can be found here:

There are standalone documentations Visforms Joomla 4, Visforms Joomla 5 and Visforms Joomla 6.

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

Not latin data export patch

More
12 years 4 months ago #343 by ntoulasd
Not latin data export patch was created by ntoulasd
If you want to use not latin characters and export them to csv. You may use the patch below.

Open and edit file visdata.php function export() and line
$unicode_str_for_Excel = iconv("UTF-8", "windows-1250",$row->$prop);
change it to
$unicode_str_for_Excel = $row->$prop;

If you have the same problem with Labels change
$unicode_str_for_Excel = iconv("UTF-8", "windows-1250",$rowField->label);
to
$unicode_str_for_Excel = $rowField->label;

Once again, I am really appreciate your work and I believe its a great offer to Joomla community.

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum