Jason Purdy <[EMAIL PROTECTED]> wrote:
What I usually do is add another step and instead of stopping at the
template, I pass the template's output into HTML::FillInForm, which is
great for filling out ANY input fields (pop-up menus, etc).
- Jason
+1 to Jason's HTML::FillInForm recommendation.
What I usually do is add another step and instead of stopping at the
template, I pass the template's output into HTML::FillInForm, which is
great for filling out ANY input fields (pop-up menus, etc).
- Jason
Arkady Grudzinsky wrote:
What is the best way to generate input fields pre-filled wit
What is the best way to generate input fields pre-filled with dynamic contents
in HTML forms with HTML::Template and still be able to see the input fields
when the template file is viewed in a browser without the script?
works for text fields, but its not so trivial with the pop-up menus.
O