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!
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!
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/
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.