Closed (fixed)
Project:
Webform
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 May 2004 at 09:41 UTC
Updated:
4 Aug 2004 at 18:20 UTC
Stop saving submissions as XML in a table but instead save the submissions in a table where each element of the submission are saved as a singel row.
Example on sql scheme:
nid unsigned int(10) -- node id of the form
sid unsigned int(10) -- submission id
cid unsigned int(10) -- component id
uid unsigned int(10) -- user who made the submission
created date -- date of the submission
data varchar(255) -- value of the submission
PRIMARY KEY(nid, sid, cid)
This would make it easier to create reports and in other way gather information from the submissions.
Comments
Comment #1
ullgren commentedChanging target release to CVS
Comment #2
ullgren commentedNow saves the submited data as key-value pairs in the following table.
Comment #3
(not verified) commented