Closed (duplicate)
Project:
Webform
Version:
6.x-3.12
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2012 at 12:19 UTC
Updated:
18 Jun 2013 at 01:37 UTC
Hallo guys, I have a webform where submission time is important to be exported in seconds, can someone help me how to export TSV with seconds?
Thank you, keep the great work!
Comments
Comment #1
quicksketchUnfortunately this isn't easily possible in the 3.x version of Webform. We're looking at adding hooks that let you adjust the CSV export data in #1830370: Hook to add additional submission information in downloads. Or running the CSV through theme functions with #298784: Run CSV downloads through theme functions would also probably help. What I would suggest in your situation is that you make a hidden component and populate it's value either in the theme layer, JavaScript, or through hook_form_alter().
Because we already have multiple issues that may help, I'm marking this issue duplicate. I think #1830370: Hook to add additional submission information in downloads is our best candidate for solving this problem.