[Catalyst] FormBuilder missing disabled fields after submit

Nate Wiger nwiger at scea.com
Fri Sep 29 02:12:03 CEST 2006


Ulrich Leodolter wrote:
> hi,
> 
> i am using Catalyst::Plugin::FormBuilder for my input forms.
> 
> optionally i need to make some input fields readonly (not hidden)
> so i disabled the fields (disabled => 1)
> the input form looks ok und the fields are disabled (actually readonly)

Try using static => 1, not disabled fields.

-Nate



More information about the Catalyst mailing list