I've got WordPress installed in a subdirectory, so the WordPress address ( site_url ) and the Site address ( home_url ) are different.
When I view GF entries and I select one or more and click Print, it takes me to this address, which gives me a 404 not found:
http://www.example.com/subdirectory/?gf_page=print-entry&fid=1&lid=8
However, if I alter the URL to the following, the page loads correctly and everything works fine:
http://www.example.com/?gf_page=print-entry&fid=1&lid=8
Both entry_list.php and entry_detail.php call for site_url() instead of home_url() when building the print link. Possible to have these changed in a future release? Or perhaps the print page could load from admin.php like the other entry management pages do?