I'm looking for a solution for an advent competition which allows registered users to save and exit a 'survey' each day and carry on the next day.
I like the look of http://drupal.org/project/multiforms but that doesn't let users save and exit.
I've also looked at:
http://drupal.org/project/qforms
http://drupal.org/project/surveys
http://drupal.org/project/survey_builder
But I don't think any of them let users save and exit...
I am really looking for something that enables registered users to make daily submissions for which all answers / submissions are collated for each user and which I can download as one spreadsheet at the end of the competition.
Has anyone got any ideas about how I might do that?
I guess ultimately I may have to create 24 individual surveys and try and amalgamate all the data at the end but I think this could get really messy.
Thanks in advance!
Oli SB
Comments
=-=
one method would be to use two content types, one for the event and one for the submissions. Tie them together with the entity references module and perhaps employ the eva.module. Then output the data with the views.module.
may also want to investigate the webform.module.
Thanks VM That sounds pretty
Thanks VM
That sounds pretty complex. I was not aware of the entity reference module or eva which look pretty powerful
But I now discover you can save and exit a multipage webform using the webform module.
But the 'sections' of a webform have hidden URLs and can not be published and unpublished independently
so now I'm wondering how to do that?
Any help gratefully appreciated!