Closed (duplicate)
Project:
Webform
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2009 at 19:51 UTC
Updated:
26 Jan 2010 at 03:59 UTC
Hi,
It would be really nice if there was a "Print" feature for webform results. Currently, when you print the data that a user has submitted, it contains all the form components, descriptions, fieldsets, etc, all of which makes the print-out run for quite a few pages. It would be nice if the module had a "Printable" version that would output something like this:
----------
<div class="webform-printable">
<h2>Field Set Name 1</h2>
<p>
<strong>Field Name 1</strong>
Field Value 1
</p>
<p>
<strong>Field Name 2</strong>
Field Value 2
</p>
<p>
<strong>Field Name 3</strong>
Field Value 3
</p>
<h2>Field Set Name 2</h2>
<p>
<strong>Field Name 4</strong>
Field Value 4
</p>
</div>
----------
Any chance of such a feature being added? I think it would be a great help to the Webform user community.
Comments
Comment #1
quicksketch#520722: Support print.module (Printable pages and PDFs)
#181077: Printable page for webform submissions