• Resolved fuchls

    (@fuchls)


    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

    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 to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there, @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

    (@fuchls)

    ive pasted the file below (site says valid for 24hrs)

    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,[email protected],”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, 5 months ago by t-p.
    • This reply was modified 7 years, 5 months ago by fuchls.

    Thanks @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

    (@fuchls)

    oh wow!! 5 star support.
    will check on it back later on my website.

    You’re welcome, @fuchls 😀 Happy to help!

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

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