[html-formfu] Config::General "select" form field

Octavian Rasnita orasnita at gmail.com
Wed Dec 17 11:03:59 GMT 2008


From: "Florent Angly" <florent.angly at gmail.com>
> Exactly Carl! Using the alternate way worked. The Config::General code 
> looks like that:
>
> <elements>
>    name        sex
>    type        Select
>    <options>
>        value   m
>        label   Male
>    </options>
>    <options>
>        value   f
>        label   Female
>    </options>
> </elements>
>
> Thanks for your help. Best,

It would be very helpful if we could also use <option> in addition to 
<options> because it is more clear when using Config::General.

Octavian




More information about the HTML-FormFu mailing list