Taxonomy Sort for Webform Report Module
| Project: | webform report |
| Version: | 6.x-1.8 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I have installed the webform.module and webform_report.modules. (I'm going to call webform.module 'WF' from here forward so as not to confuse with Webform_Report.module) Both working great but with some 'Time' errors in the Webform Report. I've been submitting sample forms and then viewing the Webform Report and the Time category keeps recording the wrong time.
So, I thought of a better solution but still learning PHP and not quite sure what to do as far as coding goes.
***Solution*** (If only I could code well enough to do it)
In the WF Module there is already a report feature but it is very raw - nothing like Webform_Report.module. But the WF sorts the submission by taxonomy - if you view your submission results it numbers them in the left column #10, 11, and so on - and if you look at the address for each submission you will see /node/48/submission/10 and the next submission would be /node/48/submission/11
In order to get a Webform_Report that displays the most current submission at the top I was wanting to use this taxonomy feature to my benefit and the benefit of anyone else having the same problem.
Any suggestions would be greatly appreciated.
And if I ever figure this out on my own I will report back.
Thanks in advance!

#1
I hope you found the solution and will be posting it soon.
Even though the module poses security risks, I have an Intranet that uses this module and no need to worry about internal security for us.
I would love to have Webform_Report display the most current submissions at the top.
I have used sorting by Date, but that doesn't work!