- or download this
<select name="whatever">
Insert possible options here
and of course select the right one
</select>
- or download this
<select name="whatever">
<!-- TMPL_VAR NAME="whatever_select" -->
</select>
- or download this
<select name="whatever">
<!-- TMPL_LOOP NAME="whatever_select" -->
<option value="<!-- TMPL_VAR NAME="id" -->" <!-- TMPL_VAR NAME="checke
+d" -->><!-- TMPL_VAR NAME="value" --></option>
<!-- /TMPL_LOOP -->
</select>