On Wed, 19 Sep 2007 18:16:31 +0100
[EMAIL PROTECTED] wrote:
> You can use something like te following before calling 'process':
> $hashref = { street => 'Bakerstreet', city => 'London'};
> map { $form->get_field( $_ )->default( $hashref->{$_} ) } keys
> $hashref;
>
> Greets,
> MarioThanks Mario, this solved my problem. best regards, andreas _______________________________________________ HTML-FormFu mailing list [email protected] http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
