[html-formfu] Using HTML::FormFU validation elsewhere

Dermot paikkos at googlemail.com
Fri Feb 6 12:16:10 GMT 2009


2009/2/6  <onken at 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.



More information about the HTML-FormFu mailing list