Title: [Plugin: WordPress Form Manager] download CSV bug
Last modified: August 20, 2016

---

# [Plugin: WordPress Form Manager] download CSV bug

 *  [all2gether](https://wordpress.org/support/users/all2gether/)
 * (@all2gether)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-download-csv-bug/)
 * When I try to download data from a form I get the following error’s.
    Who can
   help me to fix it?
 * Warning: Cannot modify header information – headers already sent in /home/checklist/
   www/wp-content/plugins/wordpress-form-manager/getcsv.php on line 36
 * Warning: Cannot modify header information – headers already sent in /home/checklist/
   www/wp-content/plugins/wordpress-form-manager/getcsv.php on line 37
 * Warning: Cannot modify header information – headers already sent in /home/checklist/
   www/wp-content/plugins/wordpress-form-manager/getcsv.php on line 38
 * Warning: Cannot modify header information – headers already sent in /home/checklist/
   www/wp-content/plugins/wordpress-form-manager/getcsv.php on line 39
 * [http://wordpress.org/extend/plugins/wordpress-form-manager/](http://wordpress.org/extend/plugins/wordpress-form-manager/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * (@hoffcamp)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-download-csv-bug/#post-2280864)
 * You would need to disable PHP warnings. Showing warnings is only normal in a 
   development environment. Public sites should turn warnings off.
 * On the other hand I’m not sure what would be causing the problem with the headers,
   so I can take a look, but it is best to not display warnings unless you know 
   why you need them.
 *  Thread Starter [all2gether](https://wordpress.org/support/users/all2gether/)
 * (@all2gether)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-download-csv-bug/#post-2280950)
 * I disable the PHP warnings in my .htaccess file.
 * What I need to provide to you?
 * in my wordpress I get a new page (warnings now disabled)
 *     ```
       <html><head></head><body>ÿþTimestamp	User	"IP Address"	"Kies proefabonnement(en)"	Aanhef	Voorletters	Naam	Organisatie	Afdeling	Postadres	Postcode	Plaats	Telefoon	E-mailadres
       "2011-09-06 10:49:04"	user	xxx.xxxx.xx.xxx	"tekst)"	heer	AB	Test	Test	Test	Test	Test	Test	Test	no@mail.nl
       </body></html>
       ```
   
 *  Plugin Author [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * (@hoffcamp)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-download-csv-bug/#post-2281058)
 * The page you are looking at is the CSV data. There should not be any of the HTML
   tags, though, and that is what is causing your problem. The quick solution would
   be to copy and paste the text into a text file and then save it as .csv.
 *  Thread Starter [all2gether](https://wordpress.org/support/users/all2gether/)
 * (@all2gether)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-download-csv-bug/#post-2281078)
 * Hi Hoffcamp,
 * So I can only having the CSV data by selecting all and copy paste it to a text
   file?
 * I tried to download the option ‘save target as’ but then I get the file ‘getcsv.
   htm’.
 *  Plugin Author [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * (@hoffcamp)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-download-csv-bug/#post-2281084)
 * I guess. That’s not the normal way it is supposed to work, but for some reason,
   your WordPress setup is adding the ‘html’ etc. tags to the output, which is causing
   this problem for you. It does not do this for me. Try disabling other plugins
   to see if there is a conflict, and I’ll see if I can fix it. Otherwise you are
   stuck with copy/paste. When you do a ‘save as’, you should be able to specify
   the filename including the extension, so you could choose ‘mydata.csv’ instead
   of ‘getcsv.htm’.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: WordPress Form Manager] download CSV bug’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-form-manager.svg)
 * [Form Manager](https://wordpress.org/plugins/wordpress-form-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-form-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-form-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-form-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-form-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-form-manager/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-download-csv-bug/#post-2281084)
 * Status: not resolved