in reply to Pull down menu using HTML::Template

I am able to display the 'Sons' in the input text field but I want to have a pulldown menu if an array element has more than one name in the 'Son' field

Whether the array has single/multiple/none elements, directly you can create a pulldown menu instead of having a text box.
  • Comment on Re: Pull down menu using HTML::Template

Replies are listed 'Best First'.
Re^2: Pull down menu using HTML::Template
by sara2005 (Scribe) on Jan 31, 2007 at 02:46 UTC

    Can you explain how that can be done?