Re: [htmltmpl] Using HTML::Template to prefill in values

2005-01-10 Thread Clifton Royston
On Mon, Jan 10, 2005 at 06:33:54PM +1100, Michael Kraus wrote: > I'm curious about using HTML::Template to pre-fill in form field values. ... > > What I'm currently using is this method > > > value=""> > > This works great for filling in text boxes. However, how can this be > done for select bo

Re: [htmltmpl] Using HTML::Template to prefill in values

2005-01-10 Thread Carl Franks
Micheal, You've got the right idea there, that's generally how it's done and yes, it's a bit of a pain. One other option is to fill the template without the form selections, then use HTML::FillInForm to set the form parameters. Another option if you're just dealing with date / time select menus

Re: [htmltmpl] Using HTML::Template to prefill in values

2005-01-10 Thread Daniel Axtell
On Monday 10 January 2005 2:33 am, Michael Kraus wrote: > G'day all... > > I'm curious about using HTML::Template to pre-fill in form field values. > > What I'm currently using is this method > > > value=""> > > This works great for filling in text boxes. However, how can this be > done for select

[htmltmpl] Using HTML::Template to prefill in values

2005-01-09 Thread Michael Kraus
G'day all... I'm curious about using HTML::Template to pre-fill in form field values. What I'm currently using is this method value=""> This works great for filling in text boxes. However, how can this be done for select boxes (drop-down lists)? Currently I've got a select box that looks like