Good plugin, but export issues
-
This tool works very good. Although, some issues arise when you want to export results to CSV when endusers have submitted text with hard enters or line breaks (your csv won’t be properly outputted).
To fix this issue you should run the following queries on your database:
UPDATE wp_fv_entry_meta SET meta_value = REPLACE(meta_value,CHAR(13),”)
UPDATE wp_fv_entry_meta SET meta_value = REPLACE(meta_value,CHAR(10),”)Reported this issue a week a go to developers.
If this gets fixed 5 stars definitely.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Good plugin, but export issues’ is closed to new replies.