Closed (fixed)
Project:
Webform Table Element
Version:
7.x-4.0-alpha0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
2 Jan 2014 at 05:10 UTC
Updated:
30 Jul 2014 at 16:58 UTC
Jump to comment: Most recent
Comments
Comment #1
Behfar commentedAdded versions of Webform and Table Element
Comment #2
Behfar commentedI found the function Webform executes when exporting results and through some use of print_r, I think I've found the issue but still have no idea how to fix it:
(The function call is webform_results_download_rows and it's located in webform/includes/webform.report.inc)
I did a comparison with a three-row Table Element with each row containing one text field versus another three-row Table Element with each row containing one checkbox list with three options to select from.
It looks like when I'm using checkboxes, it creates one more array which isn't parsed by the exporter. I have no idea what to do about this.
Comment #3
Behfar commentedI think I've fixed it!!
It required an addition to the _webform_csv_data_table_element function located in webform_table_element.module
original code snippet:
modified code snippet:
Comment #4
Behfar commentedComment #6
lucasc82 commentedComment #7
ssoulless commentedHi was this commited?