Re: [htmltmpl] Pre-filled input fields

2005-10-28 Thread David Kaufman
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.

Re: [htmltmpl] Pre-filled input fields

2005-10-28 Thread Jason Purdy
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

[htmltmpl] Pre-filled input fields

2005-10-27 Thread Arkady Grudzinsky
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