[html-formfu] DBIx::Class::HTML::FormFu

Cosmin Budrica cosmin at sns.ro
Wed Sep 19 10:36:29 GMT 2007


$relationship->populate_from_formfu(
        $form,
);

Works great, but what if I have another column in database that is not
present on the form? Like an auto generated password.
How do I add a value to it?
Could always do after populating $relationship with an update, but that
messes the "not null" constraint that a password should have.




More information about the HTML-FormFu mailing list