in reply to HTML::FormHandler fill in default value

Have you tried the Defaults section of HTML::FormHandler::Manual::Intro?

I'm not familiar with HTML::FormHandler but, from the documentation, it looks like you could use:

... 'username' => { type => 'Text', default => 'default text', apply => ...

-- Ken