Hi,
I m using drupal 6.4 with webform 6.x.2.2.
The form module is very nice and easy. I used this module to create an on line application for students.
The only problem is there is no download or printing option for individual submisssion. I know I can download the all submission as a exel file.
For an example when a student fill the application they should be able to print that. At the same time when they submit, I could able to download only that submission.
If you already have an option for this please let me know, because im stuck on this.
Appreciate

Comments

eojthebrave’s picture

Version: 6.x-2.2 » 6.x-2.6
Component: User interface » Code
Assigned: milindras@yahoo.co.uk » Unassigned
Priority: Critical » Normal
Status: Active » Needs review
StatusFileSize
new32.43 KB
new17.28 KB
new4.8 KB

In response to milindras question above. The webform module does not currently provide for download individual submissions.

I needed this functionality for a project that I'm working on though. so here is a patch that implements the option to export individual submissions.

This patch adds a link on the page that lists all the submissions that allows you to download an individual submission, and a tab to the top of each submission.

I was able to reuse the existing export/download functionality with just a few minor changes to webform_results_download to allow specifying a single submission record for exporting.

quicksketch’s picture

quicksketch’s picture

Status: Needs review » Closed (won't fix)

Individual CSV downloads don't seem too useful to me. Now we have several utilities for individual submissions:

#181077: Printable page for webform submissions
#520722: Support print.module (Printable pages and PDFs)

In the future perhaps:
#381068: Start and End Dates Needed for Submissions Export

All combined, I think this would make this particular feature request unnecessary. I might be open to exporting ranges of submissions too, but exporting one submission at a time doesn't seem like the correct use of CSV files.