Carl Franks wrote:
> Ah, I thought at first you were using HTML::FormFu::Model::HashRef -
> but I see from the error message it's HTML::FormFu::Model::DBIC.
>
> I think you're really just wanting the core form method - not the
> method on model():
>
> $form->default_values({ \%vals });
>
> Carl
>
>
That did it. Thanks for the help, guys.