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 preview

  1. I'd like our prospects to be able to have a print preview of the uncompleted form so they can print this off and complete by hand if they wish. Can this be done?

    Posted 12 years ago on Wednesday December 28, 2011 | Permalink
  2. Printer friendly functionality is more a feature of your theme and it's stylesheet than Gravity Forms itself. Forms are embedded on pages and posts within your site and those pages and posts are styled and controlled by your theme.

    If you implement a print friendly stylesheet for your theme, or utilize available 3rd party solutions that are supposed to make this easier, you could certainly allow the user to print the form in a printer friendly format.

    Here is a tutorial that discusses printer friendly CSS:

    http://www.alistapart.com/articles/goingtoprint/

    To create a printer friendly stylesheet you basically create a CSS that styles elements the way you want them to look when printed AND also hide elements you do not want to appear when the page is printed. You then load that stylesheet like any other stylesheet only you set the media attribute in the stylesheet call to print. The tutorial above explains how to do this using CSS.

    There is also a service called PrintFriendly that supposedly automates this for you. I've never used it but they do have a WordPress plugin available which you can find here:

    http://wordpress.org/extend/plugins/printfriendly/

    Posted 12 years ago on Wednesday December 28, 2011 | Permalink