Help for this page

Select Code to Download


  1. or download this
    [% USE HTML %]
    [% DEFAULT size = 1 %]
    ...
    [% END %]
    
    </select>
    
  2. or download this
    [% INCLUDE widgets/select.tmpl
        name="fav_flavour"
    ...
            { value => 'Strawberry', label => 'red stuff' }
        ]
    %]