in reply to HTML::FormFu, reading value of an element from controller...
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