in reply to Populating forms using HTML::FillInForm vs HTML::Template

I do something similar in Template:Toolkit. I never declare a value in a form if I can avoid it because it creates clutter another place for data errors to occur and HTML validation to become an issue. H::FIF just deals with the potential errors for you.

  • Comment on Re: Populating forms using HTML::FillInForm vs HTML::Template