Try this:

$form->submit(     -name           =>      'Next',
                             -value           =>      'Next',
),

Swap submit out for hte various types of buttons.  Reset, and what not.

Dennis

----- Original Message ----- 
From: "Rob Benton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 14, 2003 11 47
Subject: CGI::FormBuilder


> Is there a way to print a 'button' input type without a label next to it
> using the FormBuilder object?  I can't find the right combination.
> 
> I always wind up with this
> 
>      +-----------+
> Next |    Next   |
>      +-----------+
> 
> and what I want is
> 
>      +-----------+
>      |    Next   |
>      +-----------+
> 
> $form->field(name => 'next', value => 'Next', label => 0)
> is all I could think of to try but that doesn't work.
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to