in reply to HTML::FormFu, reading value of an element from controller...

$form->param_value('element_name')

Replies are listed 'Best First'.
Re^2: HTML::FormFu, reading value of an element from controller...
by Anonymous Monk on Jul 17, 2012 at 00:44 UTC

    Yup, it appears the form data is part of the form only, not the elements, the elements are just placeholder, so  $form->param_value( $pariah->name );

    Seems like the kind of thing that would be explained somewhere in the manual -- I don't use formfu at all