Title: bug report (CSV Export)
Last modified: November 28, 2018

---

# bug report (CSV Export)

 *  Resolved [fuchls](https://wordpress.org/support/users/fuchls/)
 * (@fuchls)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/bug-report-csv-export/)
 * First of all, thank you for the CSV header export in the latest update.
 * heres a bug report from me.
    Plugin : Happy Forms Version : 1.6.11 and the previous
   one Issue : dropdown item field export to CVS. Details : “&” character in happy
   form dropdown field exported to CVS becomes “&” Url2view: [https://shots.screenr.co/screenr.html?id=Ih8cNLqMuS1o](https://shots.screenr.co/screenr.html?id=Ih8cNLqMuS1o)
 * would it be possible to specify custom csv header for example “fname” instead
   of “First Name”.
    Cant wait for the upload files feature. 🙂
 * Thank you again for Happy Forms
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbug-report-csv-export%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [thethemefoundry](https://wordpress.org/support/users/thethemefoundry/)
 * (@thethemefoundry)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/bug-report-csv-export/#post-10930578)
 * Hey there, [@fuchls](https://wordpress.org/support/users/fuchls/)!
 * Thanks for your report. We’ve noticed a glitch in the CSV export routine, and
   we’re already preparing an update to address that. I’d like to take a look at
   your CSV file though, just to be sure we’re referring to the same issue. Could
   you share a CSV export file? Even with a single row, the one which includes the&
   character.
 * Let us know!
 *  Thread Starter [fuchls](https://wordpress.org/support/users/fuchls/)
 * (@fuchls)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/bug-report-csv-export/#post-10930924)
 * ive pasted the file below (site says valid for 24hrs)
 * [https://a.uguu.se/KhycYqiU6znq_messages.csv](https://a.uguu.se/KhycYqiU6znq_messages.csv)
 * or just simply the csv data:
    PERSONAL INFO,First name,Last name,Age,Sex,Phone,
   Email,Address,Country,City,Post Code,Background,ExKISC,TL Status,TL Name,Joining,
   Support,Day 1 : Activity,Day 2 : Activity (Only Applicable for Package II and
   III),Disclaimer,Date,Legal ,Peter,Parker,19-29,M,987654321,peter@dailybugle.com,”
   Forest Hills, Queens”,USA,New York,98765,parkour,NO,NO,Iron Man,Group II,2,Mauhan–
   Rasputin,Ciuara – Bang Hece & Kang Iwaza,,28-Nov-18,yes
 * enjoy 😉
    -  This reply was modified 7 years, 6 months ago by [t-p](https://wordpress.org/support/users/t-p/).
    -  This reply was modified 7 years, 6 months ago by [fuchls](https://wordpress.org/support/users/fuchls/).
 *  [thethemefoundry](https://wordpress.org/support/users/thethemefoundry/)
 * (@thethemefoundry)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/bug-report-csv-export/#post-10933671)
 * Thanks [@fuchls](https://wordpress.org/support/users/fuchls/)!
 * We’ve just released an update which should fix your issues. We’ve also added 
   2 new filters – one lets you customize your CSV headers. Here’s a gist of it:
 *     ```
       function child_theme_csv_header( $headers, $form ) {
       	// $headers is an array of part_id => part label.
   
       	return $headers;
       }
   
       add_filter( 'happyforms_csv_headers', 'child_theme_csv_header', 10, 2 );
       ```
   
 * You can use this to customize your First Name header when exporting. I’ll be 
   happy to share more details, in case something’s not clear.
 * Let us know if that worked!
 *  Thread Starter [fuchls](https://wordpress.org/support/users/fuchls/)
 * (@fuchls)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/bug-report-csv-export/#post-10936143)
 * oh wow!! 5 star support.
    will check on it back later on my website.
 *  [thethemefoundry](https://wordpress.org/support/users/thethemefoundry/)
 * (@thethemefoundry)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/bug-report-csv-export/#post-10937982)
 * You’re welcome, [@fuchls](https://wordpress.org/support/users/fuchls/) 😀 Happy
   to help!

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

The topic ‘bug report (CSV Export)’ is closed to new replies.

 * ![](https://ps.w.org/happyforms/assets/icon-256x256.png?rev=2778164)
 * [Happyforms - Form Builder for WordPress: Drag & Drop Contact Forms, Surveys, Payments & Multipurpose Forms](https://wordpress.org/plugins/happyforms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/happyforms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/happyforms/)
 * [Active Topics](https://wordpress.org/support/plugin/happyforms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/happyforms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/happyforms/reviews/)

## Tags

 * [csv](https://wordpress.org/support/topic-tag/csv/)
 * [export](https://wordpress.org/support/topic-tag/export/)
 * [field](https://wordpress.org/support/topic-tag/field/)

 * 5 replies
 * 2 participants
 * Last reply from: [thethemefoundry](https://wordpress.org/support/users/thethemefoundry/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/bug-report-csv-export/#post-10937982)
 * Status: resolved