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]