Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

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.

Due to public holidays and vacations, longer response times can be expected for inquiries in the forum between May 18, 2024 and June 2, 2024.

Not latin data export patch

More
10 years 5 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