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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 319901-2-webform-single_submission_dl.patch | 4.8 KB | eojthebrave |
| #1 | submission_table.jpg | 17.28 KB | eojthebrave |
| #1 | submission_tabs.jpg | 32.43 KB | eojthebrave |
Comments
Comment #1
eojthebraveIn 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.
Comment #2
quicksketchAlso related: #181077: Printable page for webform submissions
Comment #3
quicksketchIndividual 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.