[support] how to make form print on less paper

Ivan Sergio Borgonovo mail at webthatworks.it
Tue Jan 29 18:53:41 UTC 2008


On Tue, 29 Jan 2008 13:40:39 -0500
"Jean Gazis" <jgazis at gmail.com> wrote:

> I created a long order form for a website that launched in
> December. This duplicated a function from the pre-Drupal site and
> it basically just emails the form to the site owner, it is not an
> e-commerce function. There are a lot of items on the form and now
> they are complaining that the form prints out as 3 pages even if
> the person orders only one item.

I think it depends on how you're sending the stuff they have to
print... one way would be to have a custom theme_ function for the
form that just unset the form items that are empty and then just call

$output .= drupal_render($form);

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it



More information about the support mailing list