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,
> Mario

Thanks Mario, 
this solved my problem.

best regards, 
 andreas

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to