Populating HTML form with values?

throwaway_at_volcanomail.com
Date: 03/28/04


Date: 28 Mar 2004 09:07:06 -0800

I have an HTML form stored on disk.

I would like to read this form into memory and populate the form with
values based on who is looking at the form.

Does anyone know of a Perl module that will take an HTML form and
allow listboxes, radioboxes, etc. to be added?

More detail:
1. Program reads HTML template from disk.
2. Certain parts of the form have values added. e.g. a listbox may
have a list of all e-mail accounts for that user.
3. Depending on whether the form has already been submitted,
HTML::FillInForm and HTML::Defaultify are called to make the form
sticky and to choose sensible defaults.

Thanks very much!



Relevant Pages