Help for this page

Select Code to Download


  1. or download this
    <TMPL_LOOP NAME=fields>
    <INPUT TYPE=CHECKBOX NAME="field_<TMPL_VAR NAME="id">" <TMPL_VAR NAME=
    +"value">>
    <TMPL_VAR NAME="text">
    <br>
            </TMPL_LOOP>
    
  2. or download this
    push @array, { id => "id number", value => "checkbox value", text => "
    +What the user sees" };