On Tue, 29 Jan 2008 13:40:39 -0500 "Jean Gazis" jgazis@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);