Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Taylor Lovett

    (@tlovett1)

    You can export a form with it’s submissions in XML format.

    Thanks for the plug-in.
    I am using it on http://mayapplepress.com/woodstock-mayapple-writers-retreat/writers-retreat-signup-and-payment/

    I know that we can export submissions in XML. But unfortunately this is not very useful. It comes with all sorts of extra stuff about the site and the form itself in addition to the submission info from the user.

    When I go to the little arrow next to the list of submissions I am offered a CSV download. This seems correct. But when I download it and look at it the spreadsheet contains errors:

    Line 1 is correct. each column is headed with one field slug.
    Line 2 column 1 contains a <br>. There is nothing else on line 2.
    Line 3 column 1 contains <b>Warning</b>: fputcsv() expects parameter 1 to be resource
    Line 3 column 2 contains string given in <b>/home/14/24/2902414/web/wp-content/plugins/custom-contact-forms/classes/class-ccf-form-cpt.php</b> on line <b>191</b><br />. There is nothing else on line 3
    Line 4 column 1 contains a <br>. There is nothing else on line 4.
    Line 5 repeats the exact same content as line 3. I assume that this is because I have only two submissions so far.
    Line 6 column 1 contains a <br>. There is nothing else on line 6.
    Line 7 column 1 contains <b>Warning</b>: fclose(): supplied argument is not a valid stream resource in <b>/home/14/24/2902414/web/wp-content/plugins/custom-contact-forms/classes/class-ccf-form-cpt.php</b> on line <b>194</b><br /> . There is nothing else on line 7.

    All other aspects of the form appear to be working correctly.

    Please advise.

    Regards.

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

The topic ‘Exporting submissions’ is closed to new replies.