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

quicksketch’s picture