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

jcnventura’s picture

Status: Active » Fixed

No, 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.