Help for this page

Select Code to Download


  1. or download this
    <select name="[% name %]" >
    [%- FOR option IN options %]
    ...
    value="[% option.value %]">[% option.label %]</option>
    [%- END %]
    </select>
    
  2. or download this
    return template 'menu',
        {name    => 'menu_name',
    ...
             {value => 'meenie', label => 'your second choice', default =>
    + 1},
             {value => 'minie',  label => 'your third choice',  default =>
    + 1}],
         }