Closed (fixed)
Project:
Printer, email and PDF versions
Version:
6.x-1.4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2011 at 12:41 UTC
Updated:
15 Apr 2012 at 23:41 UTC
Hi,
Can we get the print, e-mail and PDF version for a custom form module output ?
After form submit the results are one the bottom of the form. When I am trying to access the print, e-mail and PDF version I am getting only the figure of the form.
Is there any settings on print, email and PDF custom form output?
Comments
Comment #1
jcnventuraNo, the module is designed to re-generated a Drupal page. Although there may be a way to do what you ask, that would require the module to "catch" the original form submit and somehow store the results before passing them to normal Drupal processing.
If you're looking at generating a printer-friendly version of a form result, try the traditional window.print() onclick action.. If you want to generate a PDF, try the Fill PDF or Webform2PDF modules.