The form i created I attempted to print it. Unfortunately it cuts off text trying to print the form.
see: http://img64.imageshack.us/img64/7459/screenshot20111012at314.png
any help would be appreciated.
The form i created I attempted to print it. Unfortunately it cuts off text trying to print the form.
see: http://img64.imageshack.us/img64/7459/screenshot20111012at314.png
any help would be appreciated.
This isn't a Gravity Forms issue. You may need to adjust your print settings. Each browser also handles printing differently and some have more options than others.
thanks carl. Looks like safari 5.1.1 and firefox 7.0.1 have this issue but chrome doesn't
I've tested printing the entries in pretty much all of the current PC and Mac OS browsers.. Every one seems a bit different, but as Carl mentioned, they all have different defaults it seems when it comes to scaling, adding header elements, etc. Once I tweaked the settings, everything printed pretty well.
I wish it was something you could control better globally but you're really limited by the way the browsers handle it.
Other websites do handle the browser variations and limitations. It would be appreciated if gravity forms also handled it by default. Telling the customer it's not you it's them doesn't really work and also generated much more email traffic on something that should be handled at the code level , chrome isn't always an option and in a perfect world everyone would have a unified standard.
thanks keep up the good work.
Other web sites have complete control over the entire page. Gravity Forms does not. Gravity Forms simply outputs a form on the page, that is all.
Gravity Forms is not going to control how your page prints, that is something that is more appropriate at the WordPress theme level. Just like your theme dictates what your web site looks like, your theme should dictate how it prints.
This is something that must be handled by making a printer friendly stylesheet for your theme and targeting the printer using CSS media types. You can read more about what is involved here:
http://www.alistapart.com/articles/goingtoprint/
Controlling the print styles on your web site is something that is completely outside the scope of what Gravity Forms is designed to do.