PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Print all fields on forms

  1. I have created a form and I want all of the fields, including the section breaks and content with the section breaks, the headers, etc. to display when submitted and printed. Right now it only shows the content that someone had to enter. THanks!

    Posted 11 years ago on Friday July 27, 2012 | Permalink
  2. David Peralty

    Gravity Forms doesn't control what is displayed on Print. That would be determined by your print stylesheet. Usually it is print.css. Here is a great article on print stylesheets - http://coding.smashingmagazine.com/2011/11/24/how-to-set-up-a-print-style-sheet/

    Posted 11 years ago on Friday July 27, 2012 | Permalink
  3. The form entry will contain only submitted values, not page breaks or section breaks, and not HTML elements you added to the form either. You can create a notification email template by hand, and embed all the submitted values, and include the additional markup required to make it look like the form they were filling out. Take a look at the admin or user notification area and begin with that.

    Posted 11 years ago on Saturday July 28, 2012 | Permalink