2009/2/6  <on...@houseofdesign.de>:
>
> Hi,
>
> you can use $form->process directly. Just put you data in a Hashref and
> pass it to it.
>
> $form->process({field1 => "Value1", field2 => "Value2"});
> if($form->submitted_and_valid) {
>
> } else {
>
> cheers,
>
> moritz

Thanx. I'll get to work on it. I'm sure I'll have more questions.
Dp.

_______________________________________________
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