Closed (fixed)
Project:
Webform
Version:
5.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2008 at 21:04 UTC
Updated:
12 Mar 2008 at 15:06 UTC
Hi,
I want to know if webforms would be a good choice for the following use case:
So this would need:
Is it reasonable to expect this from webforms? Are submissions nodes (like the questionnaire)?
Would it be better to create the questionnaire as a contenttype with CCK (or another module)?
Comments
Comment #1
quicksketchI like to recommend webform for cases where you'll need to create a large number of different forms for short periods of time. It's generally not the be solution to be used as a cornerstone of your site. Because of the requirements for displaying the results, and it seems like the forms will remain generally the same throughout the life of your site, I'd recommend using CCK instead. Some solutions already exist for making timelines against nodes, and you'll be able to use views to make most of the lists needed for your site.
Because webform submissions are not nodes, you'd have to implement a lot of this functionality from scratch or raw SQL queries. The node system is much better suited to deal with the amount of processing you're going to want on your results.
Comment #2
alldirt commentedThanks for the clear answer.