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
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
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
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